From 7633cdf4e49277612a830ef9c6aaf9c5ed783648 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 14 Mar 2026 20:28:52 +0000 Subject: [PATCH] fix(mobile): sync app.json slug and owner to expo.dev project MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - slug: docuelevate → docuelevate-mobile - owner: christian-krakau-louis → christianlouis - projectId 16925679-cb94-411c-83b5-a62c9addb872 already correct Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- mobile/app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/app.json b/mobile/app.json index 4bb63838..1ca08689 100644 --- a/mobile/app.json +++ b/mobile/app.json @@ -1,7 +1,7 @@ { "expo": { "name": "DocuElevate", - "slug": "docuelevate", + "slug": "docuelevate-mobile", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/icon.png", @@ -63,7 +63,7 @@ "expo-secure-store" ], "scheme": "docuelevate", - "owner": "christian-krakau-louis", + "owner": "christianlouis", "extra": { "eas": { "projectId": "16925679-cb94-411c-83b5-a62c9addb872"