diff --git a/eas.json b/eas.json index cbb4e09..83a6fe4 100644 --- a/eas.json +++ b/eas.json @@ -6,7 +6,8 @@ "build": { "development": { "developmentClient": true, - "distribution": "internal" + "distribution": "internal", + "channel": "development" }, "preview": { "env": { @@ -15,13 +16,15 @@ "distribution": "internal", "android": { "buildType": "apk" - } + }, + "channel": "preview" }, "production": { - "autoIncrement": true + "autoIncrement": true, + "channel": "production" } }, "submit": { "production": {} } -} \ No newline at end of file +}