add `newArchEnabled: false` flag to app.config.js (#3115)

zio/stable
Hailey 2024-03-05 18:55:23 -08:00 committed by GitHub
parent 57854e6fc2
commit e721f84a2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -121,12 +121,14 @@ module.exports = function (config) {
{
ios: {
deploymentTarget: '13.4',
newArchEnabled: false,
},
android: {
compileSdkVersion: 34,
targetSdkVersion: 34,
buildToolsVersion: '34.0.0',
kotlinVersion: '1.8.0',
newArchEnabled: false,
},
},
],