fix(mobile): disable experimental newArchEnabled to prevent TurboModule SIGABRT crash

This commit is contained in:
AyrisAI
2026-08-20 03:10:48 +03:00
parent 4e65d3f708
commit 83fa4236ea
+1 -1
View File
@@ -7,7 +7,7 @@
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"newArchEnabled": false,
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",