summaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
Diffstat (limited to 'app.json')
-rw-r--r--app.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/app.json b/app.json
index 8290f08..b6d30c9 100644
--- a/app.json
+++ b/app.json
@@ -17,7 +17,11 @@
"infoPlist": {
"NSLocationWhenInUseUsageDescription": "This app needs access to your location.",
"NSLocationAlwaysUsageDescription": "This app needs access to your location even when in the background.",
- "UIBackgroundModes": ["location", "fetch", "remote-notifications"]
+ "UIBackgroundModes": [
+ "location",
+ "fetch",
+ "remote-notifications"
+ ]
}
},
"android": {
@@ -39,7 +43,8 @@
"favicon": "./assets/images/favicon.png"
},
"plugins": [
- "expo-router"
+ "expo-router",
+ "expo-font"
],
"experiments": {
"typedRoutes": true