From eb83e0b921a6f236c3b4329d857445dd2b0ff56c Mon Sep 17 00:00:00 2001 From: Hailey Date: Sat, 27 Apr 2024 23:21:42 -0700 Subject: [PATCH] enable `newArch` for ios --- app.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.config.js b/app.config.js index dbec561952..6275c6d2f4 100644 --- a/app.config.js +++ b/app.config.js @@ -159,7 +159,7 @@ module.exports = function (config) { { ios: { deploymentTarget: '13.4', - newArchEnabled: false, + newArchEnabled: true, }, android: { compileSdkVersion: 34,