diff --git a/app.config.js b/app.config.js index 8a0e6e48c1..82fb70d2c0 100644 --- a/app.config.js +++ b/app.config.js @@ -43,6 +43,7 @@ module.exports = function (_config) { icon: './assets/app-icons/ios_icon_default_light.png', userInterfaceStyle: 'automatic', primaryColor: '#1083fe', + newArchEnabled: true, ios: { supportsTablet: false, bundleIdentifier: 'xyz.blueskyweb.app', @@ -207,13 +208,11 @@ module.exports = function (_config) { { ios: { deploymentTarget: '15.1', - newArchEnabled: false, }, android: { compileSdkVersion: 35, targetSdkVersion: 35, buildToolsVersion: '35.0.0', - newArchEnabled: false, }, }, ],