From b4068d01129ea43024bf043c0cedf0e2f15497b5 Mon Sep 17 00:00:00 2001 From: Hailey Date: Mon, 28 Apr 2025 12:18:03 -0700 Subject: [PATCH] enable new arch --- app.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/app.config.js b/app.config.js index 0a06153cc4..d8fa9c67b0 100644 --- a/app.config.js +++ b/app.config.js @@ -210,13 +210,11 @@ module.exports = function (_config) { { ios: { deploymentTarget: '15.1', - newArchEnabled: false, }, android: { compileSdkVersion: 35, targetSdkVersion: 35, buildToolsVersion: '35.0.0', - newArchEnabled: false, }, }, ],