diff --git a/react-native-cli/README.md b/react-native-cli/README.md new file mode 100644 index 000000000..67f13a0d8 --- /dev/null +++ b/react-native-cli/README.md @@ -0,0 +1,8 @@ +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 +```