70 lines
1.9 KiB
JSON
70 lines
1.9 KiB
JSON
{
|
|
"expo": {
|
|
"name": "Cruise Lovers",
|
|
"slug": "cruiseLovers",
|
|
"version": "1.0.1",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/icons/app-icon.png",
|
|
"scheme": "cruiselovers",
|
|
"userInterfaceStyle": "automatic",
|
|
"newArchEnabled": true,
|
|
"ios": {
|
|
"supportsTablet": false,
|
|
"infoPlist": {
|
|
"LSApplicationQueriesSchemes": [
|
|
"comgooglemaps",
|
|
"waze"
|
|
],
|
|
"ITSAppUsesNonExemptEncryption": false,
|
|
"NSLocationWhenInUseUsageDescription": "A Cruise Lovers utiliza a localização apenas para mostrar o mapa da agência e ajudar a obter direções."
|
|
},
|
|
"bundleIdentifier": "pt.cruiselovers.app"
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"backgroundColor": "#ffffff",
|
|
"foregroundImage": "./assets/icons/app-icon.png",
|
|
"backgroundImage": "./assets/icons/app-icon.png",
|
|
"monochromeImage": "./assets/icons/app-icon.png"
|
|
},
|
|
"edgeToEdgeEnabled": true,
|
|
"predictiveBackGestureEnabled": false,
|
|
"package": "pt.cruiselovers.app"
|
|
},
|
|
"web": {
|
|
"output": "static",
|
|
"favicon": "./assets/icons/app-icon.png"
|
|
},
|
|
"plugins": [
|
|
"expo-router",
|
|
[
|
|
"expo-splash-screen",
|
|
{
|
|
"image": "./assets/icons/app-icon.png",
|
|
"imageWidth": 200,
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff",
|
|
}
|
|
],
|
|
"expo-font",
|
|
[
|
|
"expo-maps",
|
|
{
|
|
"requestLocationPermission": true,
|
|
"locationPermission": "A Cruise Lovers utiliza a localização apenas para mostrar o mapa da agência e ajudar a obter direções."
|
|
}
|
|
]
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true,
|
|
"reactCompiler": true
|
|
},
|
|
"extra": {
|
|
"router": {},
|
|
"eas": {
|
|
"projectId": "28650db4-e205-490d-8d1f-5112bcd9b644"
|
|
}
|
|
}
|
|
}
|
|
}
|