mirror of
https://gh-proxy.org/https://github.com/tiajinsha/JKVideo
synced 2026-07-07 23:18:38 +08:00
feat:添加哨兵功能,错误日志收集,为持续迭代做准备
This commit is contained in:
26
app.json
26
app.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"expo": {
|
||||
"name": "JKVideo",
|
||||
"slug": "jkvideo",
|
||||
"slug": "jsvideo",
|
||||
"version": "1.0.5",
|
||||
"scheme": "bilibili",
|
||||
"orientation": "default",
|
||||
@@ -24,6 +24,9 @@
|
||||
},
|
||||
"predictiveBackGestureEnabled": false,
|
||||
"permissions": [
|
||||
"android.permission.RECORD_AUDIO",
|
||||
"android.permission.MODIFY_AUDIO_SETTINGS",
|
||||
"android.permission.REQUEST_INSTALL_PACKAGES",
|
||||
"android.permission.RECORD_AUDIO",
|
||||
"android.permission.MODIFY_AUDIO_SETTINGS",
|
||||
"android.permission.REQUEST_INSTALL_PACKAGES"
|
||||
@@ -37,10 +40,27 @@
|
||||
"plugins": [
|
||||
"expo-router",
|
||||
"react-native-video",
|
||||
"expo-screen-orientation"
|
||||
"expo-screen-orientation",
|
||||
"expo-updates",
|
||||
"@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": {
|
||||
"router": {},
|
||||
"eas": {
|
||||
"projectId": "eac4192a-ae80-461c-8fff-6e1a8b777bd1"
|
||||
}
|
||||
},
|
||||
"owner": "jinsha"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user