Код: Выделить всё
{
"cli": {
"version": ">= 5.7.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"android": {
"buildType": "apk"
}
},
"preview": {
"distribution": "internal",
"ios": {
"enterpriseProvisioning": "universal"
}
},
"preview2": {
"android": {
"gradleCommand": ":app:assembleRelease"
}
},
"preview3": {
"developmentClient": true
},
"production": {}
},
"submit": {
"production": {}
}
}
Код: Выделить всё
eas build --profile development --platform androidПодробнее здесь: https://stackoverflow.com/questions/775 ... a-apk-file
Мобильная версия