From 3eaa2d9ddf8c870b63053014e2afe977544a1e7a Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 18 Jun 2025 11:58:37 -0500 Subject: Disable android new arch (#8525) * Disable new arch in android for now * Temporarily comment out mmkv script --- 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 36af08415..0fa91f2ce 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