From 55d8a6f1734bc0f29d411e45bf353e3ae081761d Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Fri, 13 Feb 2026 23:22:32 +0100 Subject: [PATCH] chore: config changes --- native-app/app.json | 10 ++++++++-- native-app/eas.json | 21 +++++++++++++++++++++ 2 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 native-app/eas.json diff --git a/native-app/app.json b/native-app/app.json index e6408b1..8699464 100644 --- a/native-app/app.json +++ b/native-app/app.json @@ -1,7 +1,7 @@ { "expo": { "name": "Helium Native", - "slug": "helium-native", + "slug": "helium", "scheme": "heliumnative", "version": "0.1.0", "icon": "./assets/images/icon.png", @@ -32,6 +32,12 @@ ], "ios": { "bundleIdentifier": "dev.srizan.helium.viewer" - } + }, + "extra": { + "eas": { + "projectId": "abfcbaaf-3aed-4919-a172-429faeae8ac3" + } + }, + "owner": "srizan10" } } diff --git a/native-app/eas.json b/native-app/eas.json new file mode 100644 index 0000000..eba8a89 --- /dev/null +++ b/native-app/eas.json @@ -0,0 +1,21 @@ +{ + "cli": { + "version": ">= 18.0.1", + "appVersionSource": "remote" + }, + "build": { + "development": { + "developmentClient": true, + "distribution": "internal" + }, + "preview": { + "distribution": "internal" + }, + "production": { + "autoIncrement": true + } + }, + "submit": { + "production": {} + } +}