add: 热更新支持
正在显示
| ... | @@ -23,6 +23,7 @@ | ... | @@ -23,6 +23,7 @@ |
| "scripts": { | "scripts": { | ||
| "start": "react-native start", | "start": "react-native start", | ||
| "android": "react-native run-android", | "android": "react-native run-android", | ||
| "android-bundle": "react-native bundle --platform android --entry-file index.js --reset-cache --bundle-output android/app/src/main/assets/index.android.bundle --dev false --assets-dest android/app/src/main/res/", | |||
| "ios": "react-native run-ios", | "ios": "react-native run-ios", | ||
| "test": "node node_modules/jest/bin/jest.js --watch", | "test": "node node_modules/jest/bin/jest.js --watch", | ||
| "lint": "eslint --ext .js src test", | "lint": "eslint --ext .js src test", | ||
| ... | @@ -40,6 +41,7 @@ | ... | @@ -40,6 +41,7 @@ |
| "rc-form": "^1.4.8", | "rc-form": "^1.4.8", | ||
| "react": "^16.0.0-beta.5", | "react": "^16.0.0-beta.5", | ||
| "react-native": "^0.49.3", | "react-native": "^0.49.3", | ||
| "react-native-code-push": "^5.1.3-beta", | |||
| "react-native-device-info": "^0.12.1", | "react-native-device-info": "^0.12.1", | ||
| "react-navigation": "^1.0.0-beta.14", | "react-navigation": "^1.0.0-beta.14", | ||
| "react-redux": "^5.0.6", | "react-redux": "^5.0.6", | ||
| ... | ... |
请
注册
或者
登录
后发表评论