mirror of
https://gh-proxy.org/https://github.com/tiajinsha/JKVideo
synced 2026-07-07 23:18:38 +08:00
fix:expo-updates 包会在 expo prebuild 阶段向 Android 项目注入与 EAS Update 相关的 Gradle 任务,导致 assembleRelease 时卡住(挂起不退出)
This commit is contained in:
13
app.json
13
app.json
@@ -41,21 +41,12 @@
|
||||
"expo-router",
|
||||
"react-native-video",
|
||||
"expo-screen-orientation",
|
||||
"expo-updates",
|
||||
"@sentry/react-native/expo"
|
||||
"@sentry/react-native/expo"
|
||||
],
|
||||
"experiments": {
|
||||
"typedRoutes": true
|
||||
},
|
||||
"runtimeVersion": {
|
||||
"policy": "appVersion"
|
||||
},
|
||||
"updates": {
|
||||
"url": "https://u.expo.dev/eac4192a-ae80-461c-8fff-6e1a8b777bd1",
|
||||
"checkAutomatically": "ON_LOAD",
|
||||
"fallbackToCacheTimeout": 0
|
||||
},
|
||||
"extra": {
|
||||
"extra": {
|
||||
"router": {},
|
||||
"eas": {
|
||||
"projectId": "eac4192a-ae80-461c-8fff-6e1a8b777bd1"
|
||||
|
||||
Reference in New Issue
Block a user