From f210573a2788361ba24e166b8a459f2de9ef27bb Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 18 Jun 2025 11:54:53 -0500 Subject: [PATCH] Disable new arch in android for now --- app.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.config.js b/app.config.js index 36af084158..0fa91f2ced 100644 --- a/app.config.js +++ b/app.config.js @@ -219,7 +219,7 @@ module.exports = function (_config) { compileSdkVersion: 35, targetSdkVersion: 35, buildToolsVersion: '35.0.0', - newArchEnabled: true, + newArchEnabled: false, }, }, ],