From c894dda0bfa8a7f89ad1f9ad95fc11698e8d9822 Mon Sep 17 00:00:00 2001 From: hailey Date: Mon, 23 Jun 2025 10:11:17 -0700 Subject: disable new arch (#8561) --- app.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.config.js') diff --git a/app.config.js b/app.config.js index c6b2fc6d4..cbe028273 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, }, }, ], -- cgit 1.4.1