{ "cli": { "version": ">= 7.0.0", "appVersionSource": "local" }, "build": { "development": { "developmentClient": true, "distribution": "internal", "ios": { "simulator": true }, "android": { "buildType": "apk", "gradleCommand": ":app:assembleDebug" }, "env": { "APP_ENV": "development" } }, "preview": { "distribution": "internal", "android": { "buildType": "apk", "credentialsSource": "remote" }, "ios": { "resourceClass": "m-medium", "credentialsSource": "remote" }, "env": { "APP_ENV": "preview" } }, "production": { "android": { "buildType": "app-bundle" }, "ios": { "resourceClass": "m-medium" }, "env": { "APP_ENV": "production" }, "channel": "production", "autoIncrement": true } }, "submit": { "production": { "android": { "serviceAccountKeyPath": "./google-services.json", "track": "internal" }, "ios": { "ascAppId": "your-app-store-connect-app-id", "appleTeamId": "your-apple-team-id" } } } }