Commit d4e25425 by Administrator

fix

parent ea121148
android @ 21bc5a47
Subproject commit 6251cadb3551f5d946cc17fd9f13d7cf73f17fbb
Subproject commit 21bc5a473cf6a5740b4f19f15f7291119977ffa0
......@@ -5,7 +5,6 @@
"scripts": {
"android": "react-native run-android",
"start": "react-native start --port 8082",
"test": "jest",
"lint": "eslint --ext .js index.js src",
"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 '1.3.20'",
......@@ -13,9 +12,6 @@
"android-history": "code-push deployment history ZmFaceCounter-android Production",
"android-rollback": "code-push rollback ZmFaceCounter-android Production"
},
"pre-commit": [
"lint"
],
"dependencies": {
"@react-native-community/async-storage": "1.11.0",
"antd-mobile-rn": "2.3.3",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment