From 3f9c2b2e7002652fbfca5a3b03b0c3ee9adc7c82 Mon Sep 17 00:00:00 2001 From: Sergei Date: Wed, 24 Dec 2025 17:13:45 -0800 Subject: [PATCH] Fix EAS project ID to match main WellNuo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index a9510c5..078ec52 100644 --- a/app.json +++ b/app.json @@ -51,9 +51,9 @@ "extra": { "router": {}, "eas": { - "projectId": "4a77e46d-7b0e-4ace-a385-006b07027234" + "projectId": "4f415b4b-41c8-4b98-989c-32f6b3f97481" } }, - "owner": "kosyakorel1" + "owner": "serter2069ya" } }