chore(eas): add Expo projectId to app.config.ts

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
chahinebrini 2026-05-11 02:34:31 +02:00
parent 2e6785e5a3
commit ee25a50288

View File

@ -87,6 +87,9 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
}, },
extra: { extra: {
eas: {
projectId: "a4f2186e-8ca5-4d38-921d-82ae96c9c086",
},
apiUrl: apiUrl:
process.env.EXPO_PUBLIC_API_URL || process.env.EXPO_PUBLIC_API_URL ||
process.env.API_URL || process.env.API_URL ||