diff --git a/app.json b/app.json index e85bf50..75c8eae 100644 --- a/app.json +++ b/app.json @@ -24,10 +24,16 @@ "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#FFFFFF" - } + }, + "package": "dev.ashhhleyyy.comet" }, "web": { "favicon": "./assets/favicon.png" + }, + "extra": { + "eas": { + "projectId": "04e2b470-3966-49a0-b8ee-59881448225c" + } } } } diff --git a/eas.json b/eas.json new file mode 100644 index 0000000..65f8c60 --- /dev/null +++ b/eas.json @@ -0,0 +1,18 @@ +{ + "cli": { + "version": ">= 2.1.0" + }, + "build": { + "development": { + "developmentClient": true, + "distribution": "internal" + }, + "preview": { + "distribution": "internal" + }, + "production": {} + }, + "submit": { + "production": {} + } +}