eas.json 529 B

123456789101112131415161718192021222324
  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. "runtimeVersion": "1.2.6"
  15. },
  16. "production": {
  17. "channel": "production",
  18. "runtimeVersion": "1.2.6"
  19. }
  20. },
  21. "submit": {
  22. "production": {}
  23. }
  24. }