Files
native-app/apps/mobile/eas.json
2024-01-14 21:24:49 +01:00

29 lines
446 B
JSON

{
"build": {
"production": {
"android": {
"buildType": "app-bundle"
}
},
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal",
"ios": {
"simulator": true
},
"android": {
"buildType": "apk"
}
}
},
"submit": {
"production": {}
},
"cli": {
"version": ">= 5.2.0"
}
}