Skip to content

Releases: gorhom/react-native-bottom-sheet

Release 5.1.5

26 May 20:23
Compare
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)

Release 5.1.4

04 May 19:10
Compare
Choose a tag to compare

5.1.4 (2025-05-04)

Bug Fixes

Release 5.1.3

04 May 16:22
Compare
Choose a tag to compare

5.1.3 (2025-05-04)

Bug Fixes

Release 5.1.2

09 Mar 21:12
Compare
Choose a tag to compare

5.1.2 (2025-03-09)

Bug Fixes

Release 5.1.1

09 Feb 18:45
Compare
Choose a tag to compare

5.1.1 (2025-02-09)

Bug Fixes

Release 5.1.0

06 Feb 20:35
Compare
Choose a tag to compare

5.1.0 (2025-02-06)

Bug Fixes

Features

  • added enableBlurKeyboardOnGesture prop to handle blurring keyboard on gesture (1c31aca)

Release 5.0.6

17 Nov 21:18
Compare
Choose a tag to compare

5.0.6 (2024-11-17)

Bug Fixes

  • clipped views when keyboard is closing (2320a81)
  • removed keyboard height setting from hide event (61473b5)
  • updated useStableCallback to set callback in ref without useEffect (#2010)(by @pavel-krasnov) (e898859)
  • useStableCallback implementation (87a73c5)

Release 5.0.5

26 Oct 07:22
Compare
Choose a tag to compare

5.0.5 (2024-10-26)

Bug Fixes

Release 5.0.4

20 Oct 17:02
Compare
Choose a tag to compare

5.0.4 (2024-10-20)

Bug Fixes

Release 5.0.3

20 Oct 12:12
Compare
Choose a tag to compare

5.0.3 (2024-10-20)

Bug Fixes

  • added children type to containerComponent prop type (#1971)(by @Nodonisko) (203e52f)
  • dynamic sizing with detached static views (b72e275)
  • fixed dynamic scrollables content size with footer in place (ace0da7)
  • updated reduce motion handling, to respeact user setting and allow overriding (1ef05c7)