From 620f6a1bfd7e9f7e149c774fbc1843c02cab9615 Mon Sep 17 00:00:00 2001 From: Hailey Date: Tue, 5 Mar 2024 10:10:51 -0800 Subject: [PATCH] enable new arch --- app.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.config.js b/app.config.js index a18addcce4..67234b4e0b 100644 --- a/app.config.js +++ b/app.config.js @@ -121,12 +121,14 @@ module.exports = function (config) { { ios: { deploymentTarget: '13.4', + newArchEnabled: true, }, android: { compileSdkVersion: 34, targetSdkVersion: 34, buildToolsVersion: '34.0.0', kotlinVersion: '1.8.0', + newArchEnabled: true, }, }, ],