50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
||
"expo": {
|
||
"name": "直播录制助手",
|
||
"slug": "live-recorder-mobile",
|
||
"version": "1.0.0",
|
||
"orientation": "portrait",
|
||
"icon": "./assets/images/icon.png",
|
||
"scheme": "mobile",
|
||
"userInterfaceStyle": "automatic",
|
||
"splash": {
|
||
"image": "./assets/images/splash-icon.png",
|
||
"resizeMode": "contain",
|
||
"backgroundColor": "#ffffff"
|
||
},
|
||
"ios": {
|
||
"supportsTablet": true
|
||
},
|
||
"android": {
|
||
"package": "com.douyin.recorder.remote",
|
||
"usesCleartextTraffic": true,
|
||
"adaptiveIcon": {
|
||
"backgroundColor": "#E6F4FE",
|
||
"foregroundImage": "./assets/images/android-icon-foreground.png",
|
||
"backgroundImage": "./assets/images/android-icon-background.png",
|
||
"monochromeImage": "./assets/images/android-icon-monochrome.png"
|
||
},
|
||
"predictiveBackGestureEnabled": false,
|
||
"permissions": ["CAMERA"]
|
||
},
|
||
"web": {
|
||
"bundler": "metro",
|
||
"output": "static",
|
||
"favicon": "./assets/images/favicon.png"
|
||
},
|
||
"plugins": [
|
||
"./plugins/with-portable-gradle-toolchain",
|
||
"expo-router",
|
||
[
|
||
"expo-camera",
|
||
{
|
||
"cameraPermission": "用于扫描 PC 端绑定二维码(baseUrl/token)。"
|
||
}
|
||
]
|
||
],
|
||
"experiments": {
|
||
"typedRoutes": true
|
||
}
|
||
}
|
||
}
|