From 1a201289cca45da1aca8152ec1f837c998ca7459 Mon Sep 17 00:00:00 2001 From: chahinebrini Date: Mon, 11 May 2026 23:30:18 +0200 Subject: [PATCH] chore(eas): drop the update channels (no expo-updates installed yet) The preview/production profiles referenced channel "preview"/"production" which requires expo-updates + `eas update:configure`. Not needed for the TestFlight build; dropping them avoids the install prompt. (Re-add when we deliberately wire up EAS Update / OTA.) Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/rebreak-native/eas.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/apps/rebreak-native/eas.json b/apps/rebreak-native/eas.json index 7b58db1..2a70831 100644 --- a/apps/rebreak-native/eas.json +++ b/apps/rebreak-native/eas.json @@ -29,8 +29,7 @@ "android": { "buildType": "apk", "autoIncrement": false - }, - "channel": "preview" + } }, "production": { "env": { @@ -43,8 +42,7 @@ "android": { "buildType": "app-bundle", "autoIncrement": false - }, - "channel": "production" + } } }, "submit": {