Files
rn-app/eas.json
2025-11-05 17:24:55 +08:00

23 lines
371 B
JSON

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