Skip to content

Commit

Permalink
[fix] bring back eas file and update packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronniebeggs committed Jun 4, 2024
1 parent bf7af67 commit 4a2eb15
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 10 deletions.
40 changes: 40 additions & 0 deletions eas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"cli": {
"version": ">= 3.6.0",
"promptToConfigurePushNotifications": false
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"ios": {
"resourceClass": "m-medium"
}
},
"preview": {
"distribution": "internal",
"ios": {
"resourceClass": "m-medium"
},
"android": {
"buildType": "apk"
}
},
"preview2": {
"android": {
"gradleCommand": ":app:assembleRelease"
}
},
"preview3": {
"developmentClient": true
},
"production": {
"ios": {
"resourceClass": "m-medium"
}
}
},
"submit": {
"production": {}
}
}
16 changes: 8 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"expo-device": "~6.0.2",
"expo-image": "~1.12.9",
"expo-linking": "~6.3.1",
"expo-notifications": "~0.28.5",
"expo-router": "~3.5.14",
"expo-notifications": "~0.28.6",
"expo-router": "~3.5.15",
"expo-status-bar": "~1.12.1",
"linking": "^0.1.0-beta.5",
"lodash": "^4.17.21",
Expand Down

0 comments on commit 4a2eb15

Please sign in to comment.