react-native/react-native-cli
Martin Konicek 42eb5464fd Release React Native for Android
This is an early release and there are several things that are known
not to work if you're porting your iOS app to Android.

See the Known Issues guide on the website.

We will work with the community to reach platform parity with iOS.
2015-09-14 18:13:39 +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 [CLI] Add version argument 2015-09-08 17:48:16 -04: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