test(mobile): more testing on ota

This commit is contained in:
2025-11-16 20:11:34 -06:00
parent 564f0b5add
commit 75c0659658
5 changed files with 45 additions and 20 deletions

View File

@@ -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"
},