aboutsummaryrefslogtreecommitdiffstats
path: root/app.json
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-03-10 22:22:29 +0000
committerMohamedBassem <me@mbassem.com>2024-03-10 22:22:29 +0000
commit3616e1aa7c1da030f5155e4fffa5c3c0b9769e8c (patch)
tree2400b384f128f5b8eef971eb7c417da10ab2be29 /app.json
parent240ba2885fe716e63bf88dfdbd5f435e76919e29 (diff)
downloadkarakeep-3616e1aa7c1da030f5155e4fffa5c3c0b9769e8c.tar.zst
prep: Setup expo router
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"
+ ]
}
}