build from source, disable new arch

This commit is contained in:
Samuel Newman
2025-09-04 13:35:24 +03:00
parent 6df3dc0812
commit 1e57665aee
+2 -1
View File
@@ -43,7 +43,7 @@ module.exports = function (_config) {
icon: './assets/app-icons/ios_icon_default_light.png', icon: './assets/app-icons/ios_icon_default_light.png',
userInterfaceStyle: 'automatic', userInterfaceStyle: 'automatic',
primaryColor: '#1083fe', primaryColor: '#1083fe',
newArchEnabled: true, newArchEnabled: false,
ios: { ios: {
supportsTablet: false, supportsTablet: false,
bundleIdentifier: 'xyz.blueskyweb.app', bundleIdentifier: 'xyz.blueskyweb.app',
@@ -208,6 +208,7 @@ module.exports = function (_config) {
{ {
ios: { ios: {
deploymentTarget: '15.1', deploymentTarget: '15.1',
buildReactNativeFromSource: true,
}, },
android: { android: {
compileSdkVersion: 35, compileSdkVersion: 35,