创建一个叫AwesomeProject的项目
1 | react-native init AwesomeProject |
升级react-native项目到最新版本
1 | react-native upgrade |
启动打包服务
1 | react-native start |
在安卓上运行debug程序
1 | react-native run-android |
在安卓上运行debug程序
1 | react-native android |
在苹果上运行debug程序
1 | react-native run-ios |
打离线包
1 | react-native bundle |
1 | react-native unbundle |
为项目添加三方依赖
1 | react-native link |
generates a native library bridge
1 | react-native new-library |