misc: upgrade to expo 55 (#1)
This commit was merged in pull request #1.
This commit is contained in:
7
app.json
7
app.json
@@ -7,7 +7,6 @@
|
||||
"icon": "./assets/images/icon.png",
|
||||
"scheme": "remotewol-upsnap",
|
||||
"userInterfaceStyle": "automatic",
|
||||
"newArchEnabled": true,
|
||||
"ios": {
|
||||
"supportsTablet": true,
|
||||
"icon": "./assets/remotewol-ios.icon",
|
||||
@@ -26,7 +25,6 @@
|
||||
"backgroundImage": "./assets/images/android-icon-background.png",
|
||||
"monochromeImage": "./assets/images/android-icon-monochrome.png"
|
||||
},
|
||||
"edgeToEdgeEnabled": true,
|
||||
"predictiveBackGestureEnabled": false
|
||||
},
|
||||
"web": {
|
||||
@@ -48,7 +46,10 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"@bacons/apple-targets"
|
||||
"@bacons/apple-targets",
|
||||
"expo-font",
|
||||
"expo-image",
|
||||
"expo-web-browser"
|
||||
],
|
||||
"experiments": {
|
||||
"typedRoutes": true,
|
||||
|
||||
Reference in New Issue
Block a user