From 6df3dc0812410085d8a3815b75dc6428c0284ee0 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 29 Aug 2025 00:42:07 +0100 Subject: [PATCH] fix new arch optout --- app.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app.config.js b/app.config.js index 0b469a986b..c0dbea2719 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, }, }, ],