eas.json 371 B

12345678910111213141516171819202122
  1. {
  2. "cli": {
  3. "version": ">= 10.2.3"
  4. },
  5. "build": {
  6. "development": {
  7. "developmentClient": true,
  8. "distribution": "internal",
  9. "channel": "development"
  10. },
  11. "preview": {
  12. "distribution": "internal",
  13. "channel": "preview"
  14. },
  15. "production": {
  16. "channel": "production"
  17. }
  18. },
  19. "submit": {
  20. "production": {}
  21. }
  22. }