bump iOS target to `14.0` (#4238)

zio/stable
Hailey 2024-05-27 22:21:25 -07:00 committed by GitHub
parent af10d3acbb
commit 75e2c5487c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ module.exports = function (config) {
'expo-build-properties', 'expo-build-properties',
{ {
ios: { ios: {
deploymentTarget: '13.4', deploymentTarget: '14.0',
newArchEnabled: false, newArchEnabled: false,
}, },
android: { android: {