feat: configure EAS Build for production and add env example

This commit is contained in:
Antoni Nuñez Romeu
2026-07-06 12:09:41 +02:00
parent 454da1416d
commit c4fd5bfc77
3 changed files with 42 additions and 6 deletions
+22 -3
View File
@@ -5,12 +5,31 @@
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
"distribution": "internal",
"ios": {
"simulator": true
},
"android": {
"buildType": "apk"
}
},
"preview": {
"distribution": "internal"
"distribution": "internal",
"ios": {
"buildType": "preview"
},
"android": {
"buildType": "apk"
}
},
"production": {}
"production": {
"ios": {
"buildType": "release"
},
"android": {
"buildType": "app-bundle"
}
}
},
"submit": {
"production": {