mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 13:53:35 +00:00
fix: restore the expo router stuff that the autogenerated stuff undid
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user