2024-12-01 11:29:47 +00:00
|
|
|
{
|
|
|
|
"expo": {
|
2024-12-02 19:11:31 +00:00
|
|
|
"name": "Traintrape-moi",
|
2024-12-06 18:00:51 +00:00
|
|
|
"slug": "traintrape-moi-client",
|
2024-12-19 20:41:44 +00:00
|
|
|
"version": "1.1.0",
|
2024-12-01 11:29:47 +00:00
|
|
|
"orientation": "portrait",
|
|
|
|
"icon": "./assets/images/icon.png",
|
2024-12-16 16:52:08 +00:00
|
|
|
"scheme": "traintrapemoi",
|
2024-12-01 11:29:47 +00:00
|
|
|
"userInterfaceStyle": "automatic",
|
|
|
|
"newArchEnabled": true,
|
|
|
|
"ios": {
|
2024-12-14 19:27:39 +00:00
|
|
|
"bundleIdentifier": "traintrapemoi",
|
2024-12-01 11:29:47 +00:00
|
|
|
"supportsTablet": true
|
|
|
|
},
|
|
|
|
"android": {
|
|
|
|
"adaptiveIcon": {
|
|
|
|
"foregroundImage": "./assets/images/adaptive-icon.png",
|
2024-12-19 20:41:00 +00:00
|
|
|
"backgroundColor": "#0033fe"
|
2024-12-01 17:58:53 +00:00
|
|
|
},
|
2024-12-09 23:57:25 +00:00
|
|
|
"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"
|
|
|
|
]
|
2024-12-01 11:29:47 +00:00
|
|
|
},
|
|
|
|
"web": {
|
|
|
|
"bundler": "metro",
|
|
|
|
"output": "static",
|
|
|
|
"favicon": "./assets/images/favicon.png"
|
|
|
|
},
|
|
|
|
"plugins": [
|
2024-12-10 00:01:10 +00:00
|
|
|
[
|
|
|
|
"expo-location",
|
|
|
|
{
|
|
|
|
"isAndroidBackgroundLocationEnabled": true,
|
|
|
|
"isIosBackgroundLocationEnabled": true,
|
|
|
|
"locationAlwaysAndWhenInUsePermission": "Allow $(PRODUCT_NAME) to use your location."
|
|
|
|
}
|
|
|
|
],
|
2024-12-01 11:29:47 +00:00
|
|
|
"expo-router",
|
2024-12-10 00:01:10 +00:00
|
|
|
"expo-secure-store",
|
2024-12-16 16:52:08 +00:00
|
|
|
"expo-share-intent",
|
2024-12-01 11:29:47 +00:00
|
|
|
[
|
|
|
|
"expo-splash-screen",
|
|
|
|
{
|
|
|
|
"image": "./assets/images/splash-icon.png",
|
2024-12-19 20:41:00 +00:00
|
|
|
"imageWidth": 128,
|
2024-12-01 11:29:47 +00:00
|
|
|
"resizeMode": "contain",
|
2024-12-19 20:41:00 +00:00
|
|
|
"backgroundColor": "#0033fe"
|
2024-12-01 11:29:47 +00:00
|
|
|
}
|
2024-12-02 19:11:31 +00:00
|
|
|
],
|
2024-12-09 17:29:48 +00:00
|
|
|
"expo-task-manager",
|
2024-12-10 00:01:10 +00:00
|
|
|
"expo-updates",
|
|
|
|
"@maplibre/maplibre-react-native"
|
2024-12-01 11:29:47 +00:00
|
|
|
],
|
|
|
|
"experiments": {
|
|
|
|
"typedRoutes": true
|
2024-12-01 17:58:53 +00:00
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"router": {
|
|
|
|
"origin": false
|
|
|
|
},
|
|
|
|
"eas": {
|
|
|
|
"projectId": "1898a5de-1db1-41f7-b883-1b02885f750a"
|
|
|
|
}
|
2024-12-09 23:57:25 +00:00
|
|
|
},
|
|
|
|
"runtimeVersion": {
|
|
|
|
"policy": "appVersion"
|
|
|
|
},
|
|
|
|
"updates": {
|
|
|
|
"url": "https://u.expo.dev/1898a5de-1db1-41f7-b883-1b02885f750a"
|
2024-12-01 11:29:47 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|