Published test version with EAS changes.

This commit is contained in:
Patrick Fic
2022-05-10 15:13:12 -07:00
parent f1dfd4fd80
commit a6d98f734e
2 changed files with 21 additions and 3 deletions

18
eas.json Normal file
View File

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