fix new arch optout
This commit is contained in:
+1
-2
@@ -43,6 +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,
|
||||||
ios: {
|
ios: {
|
||||||
supportsTablet: false,
|
supportsTablet: false,
|
||||||
bundleIdentifier: 'xyz.blueskyweb.app',
|
bundleIdentifier: 'xyz.blueskyweb.app',
|
||||||
@@ -207,13 +208,11 @@ module.exports = function (_config) {
|
|||||||
{
|
{
|
||||||
ios: {
|
ios: {
|
||||||
deploymentTarget: '15.1',
|
deploymentTarget: '15.1',
|
||||||
newArchEnabled: false,
|
|
||||||
},
|
},
|
||||||
android: {
|
android: {
|
||||||
compileSdkVersion: 35,
|
compileSdkVersion: 35,
|
||||||
targetSdkVersion: 35,
|
targetSdkVersion: 35,
|
||||||
buildToolsVersion: '35.0.0',
|
buildToolsVersion: '35.0.0',
|
||||||
newArchEnabled: false,
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user