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,