{
  "build": {
    "production": {
      "android": {
        "autoIncrement": true,
        "buildType": "app-bundle"
      },
      "channel": "production",
      "distribution": "store",
      "ios": {
        "autoIncrement": "buildNumber"
      }
    },
    "staging": {
      "android": {
        "autoIncrement": true,
        "buildType": "apk"
      },
      "extends": "production",
      "channel": "staging"
    },
    "qa": {
      "android": {
        "autoIncrement": true,
        "buildType": "apk"
      },
      "extends": "production",
      "channel": "qa"
    }
  },
  "cli": {
    "appVersionSource": "local",
    "version": ">= 0.53.1"
  },
  // CONFIG: Add submitting to store logic - more info (https://docs.expo.dev/submit/eas-json/)
  // "android":{
  //   "serviceAccountKeyPath": "path_to_your_service_account_key",
  //   "track": "production"
  // },
  //  "ios":{ "appleId": "your_apple_id",
  //    "ascAppId": "your_appStore_app_id",
  //    "appleTeamId": "your_apple_team_id",
  //    "appName": "your_app_name",
  //    "language": "your_app_language f.e en-US"
  // }
  "submit": {
    "production": {
      "android": {},
      "ios": {
        "ascAppId": "6478398699",
        "appleTeamId": "5764GC687R"
      }
    },
    "staging": {
      "android": {},
      "ios": {}
    },
    "qa": {
      "android": {},
      "ios": {}
    }
  }
}
