Skip to content

Releases: gorhom/react-native-bottom-sheet

Release 5.2.14

09 May 18:28

Choose a tag to compare

5.2.14 (2026-05-09)

🐛 Bug Fixes

Release 5.2.13

30 Apr 08:52

Choose a tag to compare

5.2.13 (2026-04-30)

🐛 Bug Fixes

Release 5.2.12

29 Apr 15:07

Choose a tag to compare

5.2.12 (2026-04-29)

🐛 Bug Fixes

  • updated getting scrollable ref for BottomSheetSectionList on Web 5.2.10 (#2662) (by @rozhkovs) (5e4f00d)

Release 5.2.11

28 Apr 20:42

Choose a tag to compare

5.2.11 (2026-04-28)

🐛 Bug Fixes

🧹 Maintenance Chores

Release 5.2.10

21 Apr 21:29

Choose a tag to compare

5.2.10 (2026-04-21)

🐛 Bug Fixes

Release 5.2.9

08 Apr 21:34

Choose a tag to compare

5.2.9 (2026-04-08)

🐛 Bug Fixes

🧹 Maintenance Chores

Release 5.2.8

04 Dec 22:56

Choose a tag to compare

5.2.8 (2025-12-04)

🐛 Bug Fixes

🧹 Maintenance Chores

Release 5.2.7

26 Nov 18:21

Choose a tag to compare

5.2.7 (2025-11-26)

🐛 Bug Fixes

🧹 Maintenance Chores

  • updated ts tags for getBoundingClientRect (6b22037)

Release 5.2.6

05 Sep 09:25

Choose a tag to compare

5.2.6 (2025-09-05)

🐛 Bug Fixes

  • #2452: prevented the bottom sheet from snapping to -1 when resizing the detent while keyboard is open(#2327)(by @pakerwreah) (c68edac), closes #2452
  • prevent the bottom sheet from closing when over dragging while keyboard is open (cce1f7e)

Release 5.2.5

04 Sep 18:53

Choose a tag to compare

5.2.5 (2025-09-04)

🐛 Bug Fixes

  • #2449: adjust next index to current index when animating to a temporary position (20de151), closes #2449
  • #2449: adjust next index to the highest detent index when animating by keyboard (f8cd4fe), closes #2449
  • conditionally apply web-only cursor style to avoid TypeScript error (#2420)(by @kirstilynn) (e5c077b)

🧹 Maintenance Chores

  • updated the example deps (c9e0473)