From a37fd63c5ea2daf43bc7937ffa85ed44bf7fb6b4 Mon Sep 17 00:00:00 2001 From: space Date: Wed, 24 Jun 2026 16:45:22 +0200 Subject: [PATCH] ci: add EAS projectId for @spacebanane/codexbar-mobile --- app.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index 3e74cd0..7b380eb 100644 --- a/app.json +++ b/app.json @@ -28,6 +28,13 @@ "expo-status-bar", "expo-secure-store", "expo-document-picker" - ] + ], + "extra": { + "router": {}, + "eas": { + "projectId": "9196c5ee-4c6e-4229-9a99-54b50afe38e8" + } + }, + "owner": "spacebanane" } }