chore: config changes

This commit is contained in:
2026-02-13 23:22:32 +01:00
parent 5454339d46
commit 55d8a6f173
2 changed files with 29 additions and 2 deletions

View File

@@ -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"
}
}

21
native-app/eas.json Normal file
View File

@@ -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": {}
}
}