Uber_Clone/eas.json

22 lines
343 B
JSON
Raw Normal View History

2025-04-10 04:10:53 +00:00
{
"cli": {
"version": ">= 16.2.2",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"autoIncrement": true
}
},
"submit": {
"production": {}
}
}