Skip to content

Commit

Permalink
feat: Upgrade to expo 49
Browse files Browse the repository at this point in the history
  • Loading branch information
letehaha committed Nov 14, 2023
1 parent 919bf28 commit 1e0a65a
Show file tree
Hide file tree
Showing 3 changed files with 2,572 additions and 1,985 deletions.
9 changes: 6 additions & 3 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
"appVersionSource": "local"
},
"build": {
"base": {
"node": "20.9.0"
},
"development": {
"node": "20.9.0",
"extends": "base",
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"extends": "base",
"distribution": "internal",
"node": "20.9.0",
"android": {
"buildType": "app-bundle"
},
Expand All @@ -20,8 +23,8 @@
}
},
"production": {
"extends": "base",
"distribution": "store",
"node": "20.9.0",
"autoIncrement": true,
"android": {
"buildType": "app-bundle"
Expand Down
Loading

0 comments on commit 1e0a65a

Please sign in to comment.