Skip to content

Commit

Permalink
fix: use bottomsheet v5 in example
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyhw committed Oct 14, 2024
1 parent 66087ab commit 6cfa794
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/expo-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@babel/preset-env": "^7.25.4",
"@expo/metro-runtime": "~3.2.3",
"@gorhom/bottom-sheet": "^4",
"@gorhom/bottom-sheet": "^5.0.2",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.0.1",
"@react-native-community/slider": "4.5.2",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2658,9 +2658,9 @@ __metadata:
languageName: node
linkType: hard

"@gorhom/bottom-sheet@npm:^4":
version: 4.6.4
resolution: "@gorhom/bottom-sheet@npm:4.6.4"
"@gorhom/bottom-sheet@npm:^5.0.2":
version: 5.0.2
resolution: "@gorhom/bottom-sheet@npm:5.0.2"
dependencies:
"@gorhom/portal": "npm:1.0.14"
invariant: "npm:^2.2.4"
Expand All @@ -2669,14 +2669,14 @@ __metadata:
"@types/react-native": "*"
react: "*"
react-native: "*"
react-native-gesture-handler: ">=1.10.1"
react-native-reanimated: ">=2.2.0"
react-native-gesture-handler: ">=2.16.1"
react-native-reanimated: ">=3.10.1"
peerDependenciesMeta:
"@types/react":
optional: true
"@types/react-native":
optional: true
checksum: 10/a437c5490c13c69100a7b605039a51064847b82202a985ec09acd7c6e6c39e735380c5e612b212c6466d95e3e3817e3ef50f54d18d489fcb2f1294370b4b5616
checksum: 10/251d63c400f4f043d9098e9154b4c30206eab254e6ae0165a4f254ea20bea7f661f5218f0e4b38d193b82603b35e6c8e9e8a69c2ba53c44043985e2da7cc86fc
languageName: node
linkType: hard

Expand Down Expand Up @@ -9685,7 +9685,7 @@ __metadata:
"@babel/plugin-proposal-export-namespace-from": "npm:^7.18.9"
"@babel/preset-env": "npm:^7.25.4"
"@expo/metro-runtime": "npm:~3.2.3"
"@gorhom/bottom-sheet": "npm:^4"
"@gorhom/bottom-sheet": "npm:^5.0.2"
"@react-native-async-storage/async-storage": "npm:1.23.1"
"@react-native-community/datetimepicker": "npm:8.0.1"
"@react-native-community/slider": "npm:4.5.2"
Expand Down

0 comments on commit 6cfa794

Please sign in to comment.