chore: eas stuff

This commit is contained in:
2024-09-28 13:17:55 +01:00
parent e05fd5f0df
commit ba7aae05f8
4 changed files with 3349 additions and 33 deletions

21
eas.json Normal file
View File

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