From da8a92b8c29a49a55e96291dd24e515c005e1ea9 Mon Sep 17 00:00:00 2001 From: Fhj0607 Date: Sat, 25 Apr 2026 14:28:37 +0200 Subject: [PATCH] app.json org linking and init --- app.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index c1ddd85..6dd84cd 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Study-Sprint", "slug": "Study-Sprint", - "owner": "ikt218g26v-g18", + "owner": "ikt205g26v-g18", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/images/icon.png", @@ -48,7 +48,10 @@ "reactCompiler": true }, "extra": { - "router": {} + "router": {}, + "eas": { + "projectId": "2b2ec99b-a2ea-4991-8694-93f9e3d042a3" + } } } -} \ No newline at end of file +}