Skip to content

Commit 9bfbeb5

Browse files
committed
chore: release v5.2.14
1 parent 5853f11 commit 9bfbeb5

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.2.14](https://github.com/gorhom/react-native-bottom-sheet/compare/v5.2.13...v5.2.14) (2026-05-09)
4+
5+
### 🐛 Bug Fixes
6+
7+
* allow mount animation alongside keyboard during initial open ([#2661](https://github.com/gorhom/react-native-bottom-sheet/issues/2661)) ([#2665](https://github.com/gorhom/react-native-bottom-sheet/issues/2665))(by [@huextrat](https://github.com/huextrat)) ([782e00c](https://github.com/gorhom/react-native-bottom-sheet/commit/782e00c959257bbf440dd44455a712f73fdba46d)), closes [#2655](https://github.com/gorhom/react-native-bottom-sheet/issues/2655)
8+
* read window height from a shared value on ui thread ([5853f11](https://github.com/gorhom/react-native-bottom-sheet/commit/5853f1177555219be72ff90bd974b3a50899cebd))
9+
310
## [5.2.13](https://github.com/gorhom/react-native-bottom-sheet/compare/v5.2.12...v5.2.13) (2026-04-30)
411

512
### 🐛 Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gorhom/bottom-sheet",
3-
"version": "5.2.13",
3+
"version": "5.2.14",
44
"description": "A performant interactive bottom sheet with fully configurable options 🚀",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)