refactor: add eas.json configuration for build and submission settings

This commit is contained in:
Nawaz Dhandala
2026-02-18 09:00:13 +00:00
parent 2dc0dc4c96
commit 76cfa7186e

18
MobileApp/eas.json Normal file
View File

@@ -0,0 +1,18 @@
{
"cli": {
"version": ">= 3.0.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {}
},
"submit": {
"production": {}
}
}