beerbuddy/react-native/eas.json
2023-12-11 18:44:38 -08:00

18 lines
275 B
JSON

{
"cli": {
"version": ">= 5.9.1"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {}
},
"submit": {
"production": {}
}
}