intall react native
basically follow the instruction of https://facebook.github.io/react-native/docs/getting-started.html#content
注意事项如下
http://reactnative.cn/docs/0.31/getting-started.html#content 中文参考
若是Android +windows
- 管理员权限打开cmd!!!!
- 在cmd下安装好nodejs和Python之后
cd 到node下 再运行 npm - Android studio的目的是打开模拟器,一定要打开模拟器,开机到开机画面
react-native init AwesomeProject
是在某路径下建立 react native 文件夹,可以自定义路径 - 注意:Android studio严格按照http://reactnative.cn/docs/0.31/getting-started.html#content 进行配置
- 在Android studio 中打开 AVD MANAGER,保证模拟器开机到开机画面即可