2
0
mirror of https://github.com/status-im/react-native.git synced 2025-02-20 13:18:07 +00:00
2015-05-29 22:51:04 +02:00

9 lines
244 B
Markdown

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
```