Skip to content

Commit

Permalink
chore: fix example bottom bar version
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Mar 31, 2020
1 parent 6910c3e commit 46c837b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@react-native-community/masked-view": "^0.1.7",
"@react-navigation/bottom-tabs": "^5.1.1",
"@react-navigation/bottom-tabs": "^5.2.5",
"@react-navigation/native": "^5.0.9",
"@react-navigation/stack": "^5.1.1",
"react": "16.9.0",
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
"typescript": "^3.8.3"
},
"peerDependencies": {
"@react-navigation/bottom-tabs": ">=5.0.0",
"@react-navigation/native": ">=5.0.0",
"@react-navigation/stack": ">=5.0.0",
"react": "*",
"react-native": "*",
"react-native-gesture-handler": ">=1.6.0",
Expand Down

0 comments on commit 46c837b

Please sign in to comment.