From eff07e8f71709d619faa21dcb34e6d1e10cbec65 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 0fa91f2ced..168ba0a72a 100644 --- a/app.config.js +++ b/app.config.js @@ -213,13 +213,11 @@ module.exports = function (_config) { { ios: { deploymentTarget: '15.1', - newArchEnabled: false, }, android: { compileSdkVersion: 35, targetSdkVersion: 35, buildToolsVersion: '35.0.0', - newArchEnabled: false, }, }, ],