diff options
Diffstat (limited to 'app.json')
| -rw-r--r-- | app.json | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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" + ] } } |
