Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 534 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 534 Bytes

react-native-quick-fw

react-native+redux+redux-persist+redux-actions+redux-thunk+react-navigation

android 运行命令: react-native run-android

android 打包命令: react-native bundle --platform android --dev false --entry-file index.android.js --bundle-output output/android/newmall.jsbundle --assets-dest output/android/

ios 运行命令: react-native run-ios

ios 打包命令: react-native bundle --platform ios --dev false --entry-file index.ios.js --bundle-output output/ios/newmall.jsbundle --assets-dest output/ios/