From 1e57665aee02b4867554f9a41b52f5407b4d1c17 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 4 Sep 2025 13:35:24 +0300 Subject: [PATCH] build from source, disable new arch --- app.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.config.js b/app.config.js index c0dbea2719..f976571d59 100644 --- a/app.config.js +++ b/app.config.js @@ -43,7 +43,7 @@ module.exports = function (_config) { icon: './assets/app-icons/ios_icon_default_light.png', userInterfaceStyle: 'automatic', primaryColor: '#1083fe', - newArchEnabled: true, + newArchEnabled: false, ios: { supportsTablet: false, bundleIdentifier: 'xyz.blueskyweb.app', @@ -208,6 +208,7 @@ module.exports = function (_config) { { ios: { deploymentTarget: '15.1', + buildReactNativeFromSource: true, }, android: { compileSdkVersion: 35,