Give Android store builds more memory

Use a large EAS worker for production Android store builds so native ABI compilation cannot OOM-kill Hermes.
This commit is contained in:
Mohamed Boudra
2026-07-24 14:21:44 +02:00
committed by GitHub
parent 5170833961
commit b218267c3c

View File

@@ -19,6 +19,9 @@
"channel": "production",
"env": {
"APP_VARIANT": "production"
},
"android": {
"resourceClass": "large"
}
},
"production-apk": {