Add expo remote build

This commit is contained in:
Maarten 2024-08-01 17:08:57 +02:00
parent 7f956817f7
commit 138b9c1fbe
4 changed files with 450 additions and 876 deletions

18
eas.json Normal file
View file

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