fix: restore the expo router stuff that the autogenerated stuff undid

This commit is contained in:
castdrian
2024-01-15 08:43:44 +01:00
parent 9f4cb15eba
commit 314e739af5
11 changed files with 671 additions and 1246 deletions

View File

@@ -4,6 +4,7 @@
"slug": "mw-mobile",
"version": "1.0.0",
"orientation": "portrait",
"scheme":"dev.movieweb.app",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
@@ -33,6 +34,7 @@
"bundler": "metro"
},
"plugins": [
"expo-router",
[
"@config-plugins/detox",
{
@@ -43,6 +45,9 @@
]
}
]
]
],
"experiments": {
"typedRoutes": true
}
}
}