集成热更新
Showing
android @ 7982a59c
| { | { | ||
| "name": "zm-face-counter", | "name": "zm-face-counter", | ||
| "version": "1.0.0", | "version": "1.0.2", | ||
| "private": true, | "private": true, | ||
| "scripts": { | "scripts": { | ||
| "android": "react-native run-android", | "android": "react-native run-android", | ||
| "start": "react-native start", | "start": "react-native start", | ||
| "test": "jest", | "test": "jest", | ||
| "lint": "eslint --ext .js index.js src", | "lint": "eslint --ext .js index.js src", | ||
| "apk": "cd android && ./gradlew app:assembleRelease && cp ./app/build/outputs/apk/release/app-release.apk ../fcounter.apk" | "apk": "cd android && ./gradlew app:assembleRelease && cp ./app/build/outputs/apk/release/app-release.apk ../fcounter.apk", | ||
| "android-staging": "code-push release-react ZmFaceCounter-android android -t '1.0.0' --des '提升用户体验'", | |||
| "android-product": "code-push promote ZmFaceCounter-android Staging Production --des '提升用户体验'" | |||
| }, | }, | ||
| "pre-commit": [ | "pre-commit": [ | ||
| "lint" | "lint" | ||
| ... | @@ -23,6 +25,7 @@ | ... | @@ -23,6 +25,7 @@ |
| "react-native": "0.62.2", | "react-native": "0.62.2", | ||
| "react-native-agora": "3.0.1-beta.5", | "react-native-agora": "3.0.1-beta.5", | ||
| "react-native-background-timer": "2.2.0", | "react-native-background-timer": "2.2.0", | ||
| "react-native-code-push": "^6.3.0", | |||
| "react-native-keyevent": "0.2.8", | "react-native-keyevent": "0.2.8", | ||
| "react-native-qrcode-svg": "6.0.6", | "react-native-qrcode-svg": "6.0.6", | ||
| "react-native-svg": "12.1.0", | "react-native-svg": "12.1.0", | ||
| ... | ... |
react-native.config.js
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment