From ee25a50288eee7ba4ba34ae46e1ec3822debb3dd Mon Sep 17 00:00:00 2001 From: chahinebrini Date: Mon, 11 May 2026 02:34:31 +0200 Subject: [PATCH] chore(eas): add Expo projectId to app.config.ts Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/rebreak-native/app.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/rebreak-native/app.config.ts b/apps/rebreak-native/app.config.ts index 38f0b24..4f04305 100644 --- a/apps/rebreak-native/app.config.ts +++ b/apps/rebreak-native/app.config.ts @@ -87,6 +87,9 @@ export default ({ config }: ConfigContext): ExpoConfig => ({ }, extra: { + eas: { + projectId: "a4f2186e-8ca5-4d38-921d-82ae96c9c086", + }, apiUrl: process.env.EXPO_PUBLIC_API_URL || process.env.API_URL ||