aboutsummaryrefslogtreecommitdiffstats
path: root/app.json
diff options
context:
space:
mode:
Diffstat (limited to 'app.json')
-rw-r--r--app.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/app.json b/app.json
index c17bfdb1..9ebea4ea 100644
--- a/app.json
+++ b/app.json
@@ -2,6 +2,7 @@
"expo": {
"name": "hoarder-mobile",
"slug": "hoarder-mobile",
+ "scheme": "hoarder",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
@@ -25,6 +26,9 @@
},
"web": {
"favicon": "./assets/favicon.png"
- }
+ },
+ "plugins": [
+ "expo-router"
+ ]
}
}