70 lines
1.8 KiB
JSON
70 lines
1.8 KiB
JSON
{
|
|
"expo": {
|
|
"name": "Mariani",
|
|
"slug": "mariani_app",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/images/mariani-icon.png",
|
|
"scheme": "marianiapp",
|
|
"userInterfaceStyle": "automatic",
|
|
"newArchEnabled": true,
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "com.pcrt.mariani-app"
|
|
},
|
|
"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.pcrt.mariani_app"
|
|
},
|
|
"web": {
|
|
"output": "static",
|
|
"favicon": "./assets/images/favicon.png",
|
|
"bundler": "metro"
|
|
},
|
|
"plugins": [
|
|
"expo-router",
|
|
[
|
|
"expo-splash-screen",
|
|
{
|
|
"image": "./assets/images/mariani-splash.png",
|
|
"imageWidth": 200,
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#099499",
|
|
"dark": {
|
|
"backgroundColor": "#099499"
|
|
}
|
|
}
|
|
],
|
|
[
|
|
"expo-camera",
|
|
{
|
|
"cameraPermission": "Allow $(PRODUCT_NAME) to access your camera",
|
|
"microphonePermission": "Allow $(PRODUCT_NAME) to access your microphone",
|
|
"recordAudioAndroid": true
|
|
}
|
|
]
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true,
|
|
"reactCompiler": true
|
|
},
|
|
"extra": {
|
|
"router": {},
|
|
"eas": {
|
|
"projectId": "51cde1ca-e1b5-46c6-b9b4-0f17bf95693c"
|
|
}
|
|
}
|
|
}
|
|
}
|