Files
JKVideo/app.json

72 lines
1.9 KiB
JSON

{
"expo": {
"name": "JKVideo",
<<<<<<< HEAD
"slug": "jsvideo",
"version": "1.0.5",
=======
"slug": "jkvideo",
"version": "1.0.6",
>>>>>>> 21d9df01566df104c004ce5c63218a7ccfc7e8e1
"scheme": "bilibili",
"orientation": "default",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#00AEEC"
},
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"backgroundColor": "#E6F4FE",
"foregroundImage": "./assets/android-icon-foreground.png",
"backgroundImage": "./assets/android-icon-background.png",
"monochromeImage": "./assets/android-icon-monochrome.png"
},
"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"
],
"package": "com.anonymous.jkvideo"
},
"web": {
"bundler": "metro",
"favicon": "./assets/favicon.png"
},
"plugins": [
"expo-router",
"react-native-video",
"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"
}
}