Skip to content

Commit

Permalink
Merge pull request #395 from itbel/ib-missing-packages
Browse files Browse the repository at this point in the history
Added missing package dependency
  • Loading branch information
itbel committed Sep 12, 2023
2 parents 1463521 + d6267d1 commit f2899c4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
5 changes: 1 addition & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@
}
}
]
],
"runtimeVersion": {
"policy": "appVersion"
}
]
}
}
9 changes: 3 additions & 6 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,13 @@
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"channel": "development"
"distribution": "internal"
},
"preview": {
"distribution": "internal",
"channel": "preview"
"distribution": "internal"
},
"production": {
"autoIncrement": true,
"channel": "production"
"autoIncrement": true
}
},
"submit": {
Expand Down
1 change: 1 addition & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@react-navigation/bottom-tabs": "^5.8.0",
"@react-navigation/native": "^5.7.3",
"@react-navigation/stack": "^5.9.0",
"amazon-cognito-identity-js": "^6.3.5",
"aws-amplify": "5.3.10",
"axios": "^0.21.1",
"expo": "^49.0.8",
Expand Down

0 comments on commit f2899c4

Please sign in to comment.