Skip to content

Releases: gorhom/react-native-bottom-sheet

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)

Release 5.2.4

28 Aug 22:37

Choose a tag to compare

5.2.4 (2025-08-28)

🐛 Bug Fixes

  • #2430: fixed flickering issue with animation by keyboard (334e94c)
  • #2430: fixed the force closing when switching between two text inputs (086baed)
  • #2431: added handling for evaluating position for detent change while animating (090afa6), closes #2431
  • memoized the scrollable creator hook (e51e523)

🧹 Maintenance Chores

Release 5.2.3

18 Aug 19:08

Choose a tag to compare

5.2.3 (2025-08-18)

🐛 Bug Fixes

  • #2364: fixed layouting issue when dynamic sizing enabled and handle is not provided (d3275b1)

Release 5.2.1

18 Aug 17:44

Choose a tag to compare

5.2.1 (2025-08-18)

🐛 Bug Fixes

Release 5.2.0

17 Aug 21:40

Choose a tag to compare

5.2.0 (2025-08-17)

🚀 New Features

  • added a scrollable creator hook to allow integrate with third party list libraries (d6250e2)

🐛 Bug Fixes

🧹 Maintenance Chores

♻️ Code Refactor

  • added isForcedClosing to animation state (ab97f77)
  • optimise animation state (63dc473)
  • optimise keyboard state, and remove redundant variables (bd6c8c6)
  • optimise layout state (4dfe07a)
  • optimise next position state (3d6add6)
  • optimise scrollable state (bacca9d)
  • optimise snap points/detents state (5de7bd3)
  • removed isContentHeightFixed shared value (e26426a)
  • removed next position animated value (b81a1fd)

Release 5.1.8

27 Jul 11:32

Choose a tag to compare

5.1.8 (2025-07-27)

Bug Fixes

Release 5.1.7

27 Jul 11:17

Choose a tag to compare

5.1.7 (2025-07-27)

Migrataion

Release 5.1.6

03 Jun 20:05

Choose a tag to compare

5.1.6 (2025-06-03)

Bug Fixes

  • #2267: early exit when attempting to snap to index while layout is not ready (0715f03), closes #2267
  • #2278: removed flashlist for web (e17096f), closes #2278
  • added positions to onAnimate, and prevent index to be negative with keyboard animations (#2271)(by @souyahia) (898270e)
  • allow bottom sheet view to resize it self when its content resized (5397478)
  • updated BottomSheetModal mock, add createBottomSheetScrollableComponent and enum mocks (#2265)(by @gabimoncha) (a77904a)

Release 5.1.5

26 May 20:23

Choose a tag to compare

5.1.5 (2025-05-26)

Bug Fixes

  • #2237: fixed node handle lookup for virtualized list on web (by @btoo) (6442b0e)
  • #2288: added unique id to the root bottom sheet modal portal (711ea7a), closes #2288
  • fixed initial content height calculation on web (4db946e)
  • prevent canceling touchmove events when not cancelable (#2244)(by @erickreutz) (14d5d1e)
  • provide the portal host name with use portal (67e9097)