|
|
@@ -19,7 +19,8 @@
|
|
|
"sit:android": "appcenter codepush release-react -a vbe/ChargEcoAndroid -d Staging -t",
|
|
|
"prod:android": "appcenter codepush release-react -a vbe/ChargEcoAndroid -d Production -t",
|
|
|
"sit:ios": "appcenter codepush release-react -a vbe/ChargEcoiOS -d Staging -t",
|
|
|
- "prod:ios": "appcenter codepush release-react -a vbe/ChargEcoiOS -d Production -t"
|
|
|
+ "prod:ios": "appcenter codepush release-react -a vbe/ChargEcoiOS -d Production -t",
|
|
|
+ "push:ios": "appcenter codepush release-react -a vbe/ChargEcoiOS -c ios/bundle -d Production -t"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"@react-native-async-storage/async-storage": "^1.15.3",
|
|
|
@@ -37,7 +38,7 @@
|
|
|
"react": "17.0.1",
|
|
|
"react-native": "0.64.2",
|
|
|
"react-native-camera": "^3.43.5",
|
|
|
- "react-native-code-push": "6.4.1",
|
|
|
+ "react-native-code-push": "^7.1.0",
|
|
|
"react-native-device-info": "^8.3.1",
|
|
|
"react-native-gesture-handler": "^1.10.3",
|
|
|
"react-native-gradients": "^1.1.1",
|
|
|
@@ -63,7 +64,7 @@
|
|
|
"react-native-view-shot": "^3.1.2",
|
|
|
"react-native-webview": "^11.6.4",
|
|
|
"supercluster": "^7.1.3",
|
|
|
- "vbe-cluster-map": "1.0",
|
|
|
+ "vbe-cluster-map": "https://gitee.com/vbes/vbe-cluster-map.git",
|
|
|
"victory-native": "^35.3.3"
|
|
|
},
|
|
|
"devDependencies": {
|