mirror of
https://github.com/tiajinsha/JKVideo.git
synced 2026-04-04 22:49:02 +08:00
60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"expo": {
|
|
"name": "JKVideo",
|
|
"slug": "jsvideo",
|
|
"version": "1.0.17",
|
|
"scheme": "jkvideo",
|
|
"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",
|
|
"@sentry/react-native/expo",
|
|
"expo-secure-store",
|
|
"expo-image"
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true
|
|
},
|
|
"extra": {
|
|
"router": {},
|
|
"eas": {
|
|
"projectId": "eac4192a-ae80-461c-8fff-6e1a8b777bd1"
|
|
}
|
|
},
|
|
"owner": "jinsha"
|
|
}
|
|
}
|