From 83fa4236ea05359c99f0afbcd36741821bb3bf34 Mon Sep 17 00:00:00 2001 From: AyrisAI Date: Thu, 20 Aug 2026 03:10:48 +0300 Subject: [PATCH] fix(mobile): disable experimental newArchEnabled to prevent TurboModule SIGABRT crash --- apps/mobile/app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/app.json b/apps/mobile/app.json index ce3aafa..c7fdc89 100644 --- a/apps/mobile/app.json +++ b/apps/mobile/app.json @@ -7,7 +7,7 @@ "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "automatic", - "newArchEnabled": true, + "newArchEnabled": false, "splash": { "image": "./assets/splash.png", "resizeMode": "contain",