Add expo remote build
This commit is contained in:
parent
7f956817f7
commit
138b9c1fbe
4 changed files with 450 additions and 876 deletions
18
eas.json
Normal file
18
eas.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"cli": {
|
||||
"version": ">= 10.2.2"
|
||||
},
|
||||
"build": {
|
||||
"development": {
|
||||
"developmentClient": true,
|
||||
"distribution": "internal"
|
||||
},
|
||||
"preview": {
|
||||
"distribution": "internal"
|
||||
},
|
||||
"production": {}
|
||||
},
|
||||
"submit": {
|
||||
"production": {}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue