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", "orientation": "portrait",
"icon": "./assets/icon.png", "icon": "./assets/icon.png",
"userInterfaceStyle": "automatic", "userInterfaceStyle": "automatic",
"newArchEnabled": true, "newArchEnabled": false,
"splash": { "splash": {
"image": "./assets/splash.png", "image": "./assets/splash.png",
"resizeMode": "contain", "resizeMode": "contain",