90 lines
2.0 KiB
JSON
90 lines
2.0 KiB
JSON
{
|
|
"expo": {
|
|
"name": "sgw-owner",
|
|
"slug": "sgw-owner",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/images/icon.png",
|
|
"scheme": "sgwapp",
|
|
"userInterfaceStyle": "automatic",
|
|
"newArchEnabled": true,
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"infoPlist": {
|
|
"CFBundleLocalizations": [
|
|
"en",
|
|
"vi"
|
|
]
|
|
},
|
|
"bundleIdentifier": "com.minhnn86.sgwapp"
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"backgroundColor": "#E6F4FE",
|
|
"foregroundImage": "./assets/images/android-icon-foreground.png",
|
|
"backgroundImage": "./assets/images/android-icon-background.png",
|
|
"monochromeImage": "./assets/images/android-icon-monochrome.png"
|
|
},
|
|
"edgeToEdgeEnabled": true,
|
|
"predictiveBackGestureEnabled": false,
|
|
"permissions": [
|
|
"android.permission.CAMERA",
|
|
"android.permission.RECORD_AUDIO"
|
|
],
|
|
"package": "com.minhnn86.sgwapp"
|
|
},
|
|
"web": {
|
|
"output": "static",
|
|
"favicon": "./assets/images/favicon.png",
|
|
"bundler": "metro"
|
|
},
|
|
"plugins": [
|
|
"expo-router",
|
|
"expo-system-ui",
|
|
[
|
|
"expo-splash-screen",
|
|
{
|
|
"image": "./assets/images/splash-icon.png",
|
|
"imageWidth": 200,
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff",
|
|
"dark": {
|
|
"backgroundColor": "#000000"
|
|
}
|
|
}
|
|
],
|
|
[
|
|
"expo-camera",
|
|
{
|
|
"cameraPermission": "Allow $(PRODUCT_NAME) to access your camera"
|
|
}
|
|
],
|
|
[
|
|
"expo-localization",
|
|
{
|
|
"supportedLocales": {
|
|
"ios": [
|
|
"en",
|
|
"vi"
|
|
],
|
|
"android": [
|
|
"en",
|
|
"vi"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true,
|
|
"reactCompiler": true
|
|
},
|
|
"extra": {
|
|
"router": {},
|
|
"eas": {
|
|
"projectId": "d4ef1318-5427-4c96-ad88-97ec117829cc"
|
|
}
|
|
}
|
|
}
|
|
}
|