RN打離線包
react-native bundle --entry-file ./index.ios.js --bundle-output ./bundle/index.ios.jsbundle --platform ios --assets-dest ./bundle --dev false
RN資源網(wǎng)站
- React Native環(huán)境配置(簡書):http://www.itdecent.cn/p/ab07248f6741
- React Native中文網(wǎng): 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
- 導(dǎo)航: npm i react-navigation --save
- 底部Alert提示框:npm i react-native-actionsheet --save
- 手勢密碼:npm i react-native-gesture-password --save
- 小紅點(diǎn):npm i react-native-icon-badge --save
- 滑動(dòng)Tab: npm i react-native-scrollable-tab-view --save
- 圖片緩存:npm i react-native-cached-image --save
- 圖庫:npm i react-native-vector-icons --save
- 時(shí)間選擇:npm i react-native-datepicker --save