RN打离线包

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第三方工具

  1. Mobx: npm i mobx-react --save && npm i mobx --save && npm i babel-plugin-transform-decorators-legacy --save
  2. 导航: npm i react-navigation --save
  3. 底部Alert提示框:npm i react-native-actionsheet --save
  4. 手势密码:npm i react-native-gesture-password --save
  5. 小红点:npm i react-native-icon-badge --save
  6. 滑动Tab: npm i react-native-scrollable-tab-view --save
  7. 图片缓存:npm i react-native-cached-image --save
  8. 图库:npm i react-native-vector-icons --save
  9. 时间选择:npm i react-native-datepicker --save

你可能感兴趣的:(RN打离线包)