react-native/local-cli/rnpm/link
Martin Konicek 7028929d8f react-native link calls into rnpm
Summary:
An initial integration of rnpm into 'react-native link'.

**Test plan (required)**

    react-native init MyApp
    cd MyApp
    # copied local-cli into MyApp's node_modules
    npm install --save react-native-vector-icons
    react-native link react-native-vector-icons

The link code ran, Android build files were modified.
Closes https://github.com/facebook/react-native/pull/7895

Reviewed By: bestander

Differential Revision: D3379197

Pulled By: mkonicek

fbshipit-source-id: 597158623ed072d7a7fc55a01624233a0f79de23
2016-06-03 09:13:20 -07:00
..
src react-native link calls into rnpm 2016-06-03 09:13:20 -07:00
test Merge rnpm into react-native 2016-05-20 04:58:26 -07:00
index.js Merge rnpm into react-native 2016-05-20 04:58:26 -07:00
package.json Merge rnpm into react-native 2016-05-20 04:58:26 -07:00