Ajout de expo-notifications
This commit is contained in:
@@ -40,7 +40,18 @@
|
||||
"favicon": "./assets/images/favicon.png"
|
||||
},
|
||||
"plugins": [
|
||||
"expo-background-fetch",
|
||||
[
|
||||
"expo-location",
|
||||
{
|
||||
"isAndroidBackgroundLocationEnabled": true,
|
||||
"isIosBackgroundLocationEnabled": true,
|
||||
"locationAlwaysAndWhenInUsePermission": "Allow $(PRODUCT_NAME) to use your location."
|
||||
}
|
||||
],
|
||||
"expo-notifications",
|
||||
"expo-router",
|
||||
"expo-secure-store",
|
||||
[
|
||||
"expo-splash-screen",
|
||||
{
|
||||
@@ -50,18 +61,9 @@
|
||||
"backgroundColor": "#ffffff"
|
||||
}
|
||||
],
|
||||
"@maplibre/maplibre-react-native",
|
||||
[
|
||||
"expo-location",
|
||||
{
|
||||
"isAndroidBackgroundLocationEnabled": true,
|
||||
"isIosBackgroundLocationEnabled": true,
|
||||
"locationAlwaysAndWhenInUsePermission": "Allow $(PRODUCT_NAME) to use your location."
|
||||
}
|
||||
],
|
||||
"expo-background-fetch",
|
||||
"expo-task-manager",
|
||||
"expo-secure-store"
|
||||
"expo-updates",
|
||||
"@maplibre/maplibre-react-native"
|
||||
],
|
||||
"experiments": {
|
||||
"typedRoutes": true
|
||||
|
Reference in New Issue
Block a user