traintrape-moi/client/app.json
2024-12-19 21:41:00 +01:00

80 lines
2.1 KiB
JSON

{
"expo": {
"name": "Traintrape-moi",
"slug": "traintrape-moi-client",
"version": "1.0.1",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "traintrapemoi",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"bundleIdentifier": "traintrapemoi",
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#0033fe"
},
"package": "eu.luemy.traintrapemoi",
"permissions": [
"android.permission.ACCESS_COARSE_LOCATION",
"android.permission.ACCESS_FINE_LOCATION",
"android.permission.ACCESS_BACKGROUND_LOCATION",
"android.permission.FOREGROUND_SERVICE",
"android.permission.FOREGROUND_SERVICE_LOCATION",
"android.permission.RECEIVE_BOOT_COMPLETED",
"android.permission.WAKE_LOCK"
]
},
"web": {
"bundler": "metro",
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": [
[
"expo-location",
{
"isAndroidBackgroundLocationEnabled": true,
"isIosBackgroundLocationEnabled": true,
"locationAlwaysAndWhenInUsePermission": "Allow $(PRODUCT_NAME) to use your location."
}
],
"expo-router",
"expo-secure-store",
"expo-share-intent",
[
"expo-splash-screen",
{
"image": "./assets/images/splash-icon.png",
"imageWidth": 128,
"resizeMode": "contain",
"backgroundColor": "#0033fe"
}
],
"expo-task-manager",
"expo-updates",
"@maplibre/maplibre-react-native"
],
"experiments": {
"typedRoutes": true
},
"extra": {
"router": {
"origin": false
},
"eas": {
"projectId": "1898a5de-1db1-41f7-b883-1b02885f750a"
}
},
"runtimeVersion": {
"policy": "appVersion"
},
"updates": {
"url": "https://u.expo.dev/1898a5de-1db1-41f7-b883-1b02885f750a"
}
}
}