Skip to content

Releases: gorhom/react-native-bottom-sheet

Release 2.3.0

27 Mar 21:20
Compare
Choose a tag to compare

Features

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

Release 2.2.6

19 Mar 22:27
Compare
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
Compare
Choose a tag to compare

Fixes

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

Release 3.4.1

15 Mar 21:09
Compare
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
Compare
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).

Release 3.4.0

07 Mar 14:00
Compare
Choose a tag to compare

Features

  • feat: allow modify animation configs (#333).

Release 3.3.3

04 Mar 16:53
Compare
Choose a tag to compare

Improvements

  • chore: updated reanimated to v2 stable (35d172c).
  • chore: updated map example (8bb7ca9).

Fixes

  • fix: bottom sheet container layout measuring (1c348bf).

Release 3.3.2

04 Mar 16:06
Compare
Choose a tag to compare

Improvements

  • chore: update dependencies (e204d97).
  • chore: export bottom sheet props type (849e9f4).
  • refactor: added display name for components (36a76f6).

Fixes

  • fix: unmounting modals with navigation (#315).

Release 2.2.3

04 Mar 14:39
Compare
Choose a tag to compare

Improvements

  • chore: export bottom sheet props (60514b4).

Fixes

  • fix: export of internal modal type (#309).
  • fix: prevent closing when sheet is out of screen (#322).

Release 2.2.2

20 Feb 09:26
Compare
Choose a tag to compare

Fixes

  • fix: reset scrollable offset when its size change (#301).