Ajout de expo-notifications

This commit is contained in:
2024-12-10 01:01:10 +01:00
parent 8f29169381
commit 48845c70c2
3 changed files with 147 additions and 13 deletions

View File

@@ -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