Support http

This commit is contained in:
zimplexing
2025-07-04 16:30:20 +08:00
parent 680edee499
commit 92fd2fa76f
4 changed files with 8 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
"test": "jest --watchAll",
"lint": "expo lint",
"prebuild": "EXPO_USE_METRO_WORKSPACE_ROOT=1 expo prebuild --clean",
"prebuild-tv": "EXPO_TV=1 EXPO_USE_METRO_WORKSPACE_ROOT=1 expo prebuild --clean",
"prebuild-tv": "EXPO_TV=1 EXPO_USE_METRO_WORKSPACE_ROOT=1 expo prebuild --clean && yarn copy-config",
"copy-config": "cp -r xml/* android/app/src/*",
"build-local": "cd android && ./gradlew assembleRelease"
},