diff --git a/app.config.js b/app.config.js index 7c40244096..9b074970d3 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', @@ -209,6 +209,7 @@ module.exports = function (_config) { { ios: { deploymentTarget: '15.1', + buildReactNativeFromSource: true, }, android: { compileSdkVersion: 35,