Files
cruiseLovers/app.json

52 lines
1.2 KiB
JSON

{
"expo": {
"name": "cruise lovers",
"slug": "cruiseLovers",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icons/logo.png",
"scheme": "cruiselovers",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true,
"infoPlist": {
"LSApplicationQueriesSchemes": ["comgooglemaps", "waze"]
}
},
"android": {
"adaptiveIcon": {
"backgroundColor": "#E6F4FE",
"foregroundImage": "./assets/icons/logo.png",
"backgroundImage": "./assets/icons/logo.png",
"monochromeImage": "./assets/icons/logo.png"
},
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false
},
"web": {
"output": "static",
"favicon": "./assets/icons/logo.png"
},
"plugins": [
"expo-router",
[
"expo-splash-screen",
{
"image": "./assets/icons/logo.png",
"imageWidth": 200,
"resizeMode": "contain",
"backgroundColor": "#ffffff",
"dark": {
"backgroundColor": "#000000"
},
}
]
],
"experiments": {
"typedRoutes": true,
"reactCompiler": true
}
}
}