enable new arch

This commit is contained in:
Hailey
2025-04-28 12:18:03 -07:00
committed by Samuel Newman
parent da7503fee3
commit 90ab8a8ebb
-2
View File
@@ -211,13 +211,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,
}, },
}, },
], ],