Skip to content

Releases: gorhom/react-native-bottom-sheet

Release 3.6.2

30 Mar 20:13

Choose a tag to compare

Fixes

  • fix: backdrop random appearance (#378).
  • fix: updated gesture props to be optional (#380).

Release 3.6.1

29 Mar 20:28

Choose a tag to compare

Fixes

  • fix: prevent sheet from stucking on close state (63a1891).

Release 3.6.0

28 Mar 17:24

Choose a tag to compare

Features

  • feat: added keyboard handling (#334).

Release 3.5.1

27 Mar 20:28

Choose a tag to compare

Fixes

  • fix: crash when last snap point get removed (31311f9).

Release 3.5.0

27 Mar 20:04

Choose a tag to compare

Features

  • feat: support new prop for BottomSheetBackdrop, "pressBehavior" (#361).

Improvements

  • chore: updated example theming (#369).

Fixes

  • fix: animateToPoint callback dependencies (468f920).

Release 2.3.0

27 Mar 21:20

Choose a tag to compare

Features

  • feat: support new prop for BottomSheetBackdrop, "pressBehavior" (#373).

Release 2.2.6

19 Mar 22:27

Choose a tag to compare

Improvements

  • chore: changed all arrays to ReadonlyArray (#350).

Fixes

  • fix: reset isclosing variable when position changed (5302e20).

Release 2.2.5

17 Mar 23:52

Choose a tag to compare

Fixes

  • fix: update handleSnapTo on modal to use index parameter (789b8da).

Release 3.4.1

15 Mar 21:09

Choose a tag to compare

Improvements

  • chore: updated react-native to 64 and enable builds on M1 chip (#345).

Fixes

  • fix: improve modal dismissing (#346).

Release 2.2.4

13 Mar 22:08

Choose a tag to compare

Fixes

  • fix: updated modal unmounting handling (#327).
  • fix: prevent crash when set index -1 with animateOnMount (2c7b763).

Documentations

  • docs: fix typo in contributing document (#325).