react-native/react-native-cli
Felix Oghină 7f9cf97767 Merge pull request #2713 from jmhdez/fix-appName-on-init
[cli] pass arguments from cli instead of using process.argv in init
2015-10-01 12:06:24 +01:00
..
CONTRIBUTING.md updated contributing guide sinopia section to deal with use auth issue 2015-09-05 14:39:57 -04:00
README.md capitalize sample app name to avoid issues with JSX 2015-05-29 22:51:04 +02:00
index.js Merge pull request #2713 from jmhdez/fix-appName-on-init 2015-10-01 12:06:24 +01:00
package.json Release React Native for Android 2015-09-14 18:13:39 +01:00

README.md

Use react-native-cli to initialize a working starter React Native app using the latest react-native version in npm. This package should be installed globally.

Usage:

% npm install -g react-native-cli
% react-native init MyApplication