mirror of
https://github.com/status-im/react-native.git
synced 2025-01-13 11:05:21 +00:00
7f9cf97767
[cli] pass arguments from cli instead of using process.argv in init
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