This commit is contained in:
fcarraUniSa
2026-02-27 20:59:45 +01:00
parent 6739d23ebe
commit 51f8b3229c
5 changed files with 551 additions and 15 deletions

21
eas.json Normal file
View File

@@ -0,0 +1,21 @@
{
"cli": {
"version": ">= 18.0.3",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"autoIncrement": true
}
},
"submit": {
"production": {}
}
}