test(mobile): more testing on ota
This commit is contained in:
@@ -9,11 +9,10 @@
|
||||
"ios": "expo run:ios",
|
||||
"web": "expo start --web",
|
||||
"lint": "expo lint",
|
||||
"build:clean": "expo prebuild --clean && cd android && gradlew.bat assembleRelease && npm run ",
|
||||
"build:android": "cd android && gradlew.bat assembleRelease",
|
||||
"build:ota": "set EXPO_NO_EAS_UPDATE=1 && npx expo export --platform android --output-dir dist --experimental-bundle",
|
||||
"build:apk": "expo prebuild --clean && cd android && gradlew.bat assembleRelease ",
|
||||
"build:ota": "set EXPO_NO_EAS_UPDATE=1 && npx expo export --platform android --experimental-bundle",
|
||||
"update": "adb install android/app/build/outputs/apk/release/app-release.apk",
|
||||
"debug": "adb logcat | Select-String \"Expo"
|
||||
"debug": "adb logcat | Select-String \"lstscanner"
|
||||
},
|
||||
"dependencies": {
|
||||
"@expo/vector-icons": "^15.0.3",
|
||||
@@ -45,6 +44,7 @@
|
||||
"react-native-reanimated": "~4.1.1",
|
||||
"react-native-safe-area-context": "~5.6.0",
|
||||
"react-native-screens": "~4.16.0",
|
||||
"react-native-stallion": "^2.2.0",
|
||||
"react-native-web": "~0.21.0",
|
||||
"react-native-worklets": "0.5.1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user