React Native 跑官网的dmo
https://github.com/facebook/react-native
http://facebook.github.io/react-native/docs/tutorial.html#content
Running the examples on Android
Note that you'll need the Android NDK installed, see prerequisites.
./gradlew :Examples:Movies:android:app:installDebug
# Start the packager in a separate shell (make sure you ran npm install):
./packager/packager.sh
# Open the Movies app in your emulator
需要安装ndk
配置环境变量
运行UIExplorer
gradlew :Examples:UIExplorer:android:app:installDebug
令开一个命令行
cd packager & packager.sh