mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
chore: add expo build properties plugin
This commit is contained in:
@@ -32,7 +32,20 @@
|
||||
"favicon": "./assets/images/favicon.png"
|
||||
},
|
||||
"plugins": [
|
||||
"expo-router"
|
||||
"expo-router",
|
||||
[
|
||||
"expo-build-properties",
|
||||
{
|
||||
"android": {
|
||||
"compileSdkVersion": 31,
|
||||
"targetSdkVersion": 31,
|
||||
"buildToolsVersion": "31.0.0"
|
||||
},
|
||||
"ios": {
|
||||
"deploymentTarget": "13.0"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"experiments": {
|
||||
"typedRoutes": true
|
||||
|
||||
Reference in New Issue
Block a user