62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"expo": {
|
|
"name": "Traintrape-moi",
|
|
"slug": "traintrape-moi-client",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/images/icon.png",
|
|
"scheme": "myapp",
|
|
"userInterfaceStyle": "automatic",
|
|
"newArchEnabled": true,
|
|
"ios": {
|
|
"supportsTablet": true
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/images/adaptive-icon.png",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"package": "eu.luemy.traintrapemoi"
|
|
},
|
|
"web": {
|
|
"bundler": "metro",
|
|
"output": "static",
|
|
"favicon": "./assets/images/favicon.png"
|
|
},
|
|
"plugins": [
|
|
"expo-router",
|
|
[
|
|
"expo-splash-screen",
|
|
{
|
|
"image": "./assets/images/splash-icon.png",
|
|
"imageWidth": 200,
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
}
|
|
],
|
|
"@maplibre/maplibre-react-native",
|
|
[
|
|
"expo-location",
|
|
{
|
|
"isAndroidBackgroundLocationEnabled": true,
|
|
"isIosBackgroundLocationEnabled": true,
|
|
"locationAlwaysAndWhenInUsePermission": "Allow $(PRODUCT_NAME) to use your location."
|
|
}
|
|
],
|
|
"expo-task-manager",
|
|
"expo-secure-store"
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true
|
|
},
|
|
"extra": {
|
|
"router": {
|
|
"origin": false
|
|
},
|
|
"eas": {
|
|
"projectId": "1898a5de-1db1-41f7-b883-1b02885f750a"
|
|
}
|
|
}
|
|
}
|
|
}
|