Amélioration carte, séparation Web/Android + géolocalisation
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"expo": {
|
||||
"name": "traintrape-moi-client",
|
||||
"slug": "traintrape-moi-client",
|
||||
"name": "Traintrape-moi",
|
||||
"slug": "traintrape-moi",
|
||||
"version": "1.0.0",
|
||||
"orientation": "portrait",
|
||||
"icon": "./assets/images/icon.png",
|
||||
@@ -33,6 +33,17 @@
|
||||
"resizeMode": "contain",
|
||||
"backgroundColor": "#ffffff"
|
||||
}
|
||||
],
|
||||
[
|
||||
"@maplibre/maplibre-react-native"
|
||||
],
|
||||
[
|
||||
"expo-location",
|
||||
{
|
||||
"isAndroidBackgroundLocationEnabled": true,
|
||||
"isIosBackgroundLocationEnabled": true,
|
||||
"locationAlwaysAndWhenInUsePermission": "Allow $(PRODUCT_NAME) to use your location."
|
||||
}
|
||||
]
|
||||
],
|
||||
"experiments": {
|
||||
|
Reference in New Issue
Block a user