version 0.2.0

This commit is contained in:
Paolo Miguel de Leon
2022-02-15 11:17:17 +08:00
committed by Ken Lewerentz
parent 5115af1ae7
commit b5be632225
166 changed files with 58836 additions and 70 deletions

26
eas.json Normal file
View File

@@ -0,0 +1,26 @@
{
"cli": {
"version": ">= 0.37.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"ph": {
"developmentClient": true,
"distribution": "internal"
},
"newlogic": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {}
},
"submit": {
"production": {}
}
}