{ "cli": { "version": ">= 5.9.0", "appVersionSource": "local" }, "build": { "development": { "developmentClient": true, "distribution": "internal", "node": "18.19.1" }, "preview": { "distribution": "internal", "node": "18.19.1", "ios": { "simulator": false } }, "production": { "autoIncrement": true, "node": "18.19.1" } }, "submit": { "production": { "ios": { "appleId": "YOUR_APPLE_ID", "ascAppId": "YOUR_APP_STORE_CONNECT_APP_ID", "appleTeamId": "YOUR_APPLE_TEAM_ID" }, "android": { "serviceAccountKeyPath": "./google-play-service-account.json", "track": "production" } } } }