diff --git a/apps/mobile/app.json b/apps/mobile/app.json index 58d6e5da..4ae92be7 100644 --- a/apps/mobile/app.json +++ b/apps/mobile/app.json @@ -30,9 +30,7 @@ "output": "static", "favicon": "./assets/images/favicon.png" }, - "plugins": [ - "expo-router" - ], + "plugins": ["expo-router"], "experiments": { "typedRoutes": true }, @@ -43,6 +41,7 @@ "eas": { "projectId": "5853e031-3bfb-41fe-bfb6-c49f746c4adc" } - } + }, + "owner": "sixpm" } }