Skip to content

Commit

Permalink
Set up EAS and built v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malee31 committed Apr 3, 2022
1 parent 5c02954 commit 232610e
Show file tree
Hide file tree
Showing 3 changed files with 164 additions and 12 deletions.
28 changes: 28 additions & 0 deletions eas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"cli": {
"version": ">= 0.48.2"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"android": {
"buildType": "apk"
}
},
"preview": {
"distribution": "internal",
"android": {
"buildType": "apk"
}
},
"production": {
"android": {
"buildType": "apk"
}
}
},
"submit": {
"production": {}
}
}
146 changes: 134 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
"expo": "~44.0.0",
"expo-linear-gradient": "~11.0.3",
"expo-status-bar": "~1.2.0",
"expo-system-ui": "~1.1.0",
"expo-updates": "~0.11.6",
"expo-web-browser": "~10.1.0",
"moment": "^2.29.1",
"react": "^18.0.0",
Expand Down

0 comments on commit 232610e

Please sign in to comment.