RN打离线包
react-native bundle --entry-file ./index.ios.js --bundle-output ./bundle/index.ios.jsbundle --platform ios --assets-dest ./bundle --dev false
RN资源网站
- React Native环境配置(简书):http://www.jianshu.com/p/ab07248f6741
- React Native中文网: http://reactnative.cn/docs/0.43/getting-started.html
node_modules第三方工具
- Mobx: npm i mobx-react --save && npm i mobx --save && npm i babel-plugin-transform-decorators-legacy --save
- 导航: npm i react-navigation --save
- 底部Alert提示框:npm i react-native-actionsheet --save
- 手势密码:npm i react-native-gesture-password --save
- 小红点:npm i react-native-icon-badge --save
- 滑动Tab: npm i react-native-scrollable-tab-view --save
- 图片缓存:npm i react-native-cached-image --save
- 图库:npm i react-native-vector-icons --save
- 时间选择:npm i react-native-datepicker --save