build: add eas.json for APK cloud build config

This commit is contained in:
2026-05-03 14:22:03 +02:00
parent d0335b552a
commit 4a3f5da521
+23
View File
@@ -0,0 +1,23 @@
{
"cli": {
"version": ">= 16.0.0"
},
"build": {
"preview": {
"android": {
"buildType": "apk"
}
},
"production": {
"android": {
"buildType": "app-bundle"
},
"ios": {
"resourceClass": "m-medium"
}
}
},
"submit": {
"production": {}
}
}