fix(mobile): add owner field to app.json to match EAS project owner
EAS was failing because the projectId belongs to 'christian-krakau-louis' but the 'owner' field was not set, causing a mismatch with the logged-in user. Adding 'owner': 'christian-krakau-louis' resolves the error. Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
@@ -62,6 +62,7 @@
|
|||||||
"expo-secure-store"
|
"expo-secure-store"
|
||||||
],
|
],
|
||||||
"scheme": "docuelevate",
|
"scheme": "docuelevate",
|
||||||
|
"owner": "christian-krakau-louis",
|
||||||
"extra": {
|
"extra": {
|
||||||
"eas": {
|
"eas": {
|
||||||
"projectId": "8455f39d-ef0d-4850-98e4-f79e388642c1"
|
"projectId": "8455f39d-ef0d-4850-98e4-f79e388642c1"
|
||||||
|
|||||||
Reference in New Issue
Block a user