frontend/eas.json

32 lines
498 B
JSON
Raw Normal View History

2024-02-08 14:10:53 +00:00
{
"cli": {
"version": ">= 3.15.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"android": {
"buildType": "apk"
},
"ios": {
"simulator": true
}
},
"preview2": {
"android": {
"gradleCommand": ":app:assembleRelease"
}
},
"preview3": {
"developmentClient": true
},
"production": {}
},
"submit": {
"production": {}
}
}