Skip to content

Releases: gorhom/react-native-bottom-sheet

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).

Release 3.4.0

07 Mar 14:00

Choose a tag to compare

Features

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

Release 3.3.3

04 Mar 16:53

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

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

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

Choose a tag to compare

Fixes

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

Release 2.2.1

19 Feb 20:11

Choose a tag to compare

Fixes

  • fix: bottom sheet container layout (#296).
  • fix: allow 0% snap points (#278).

Documentations

  • docs: updated reanimated version on installation (#288).

Release 3.3.1

10 Feb 08:30

Choose a tag to compare

Improvements

  • chore: added reanimated rc3 patch (aea1bdf).

Fixes

  • fix: stabilise animated callback node variables (#256).

Release 2.2.0

09 Feb 22:19

Choose a tag to compare

Features

  • feat: added bottom inset (#237).

Documentations

  • docs: added bottomInset description (913ed68).

Release 3.3.0

08 Feb 20:45

Choose a tag to compare

Features

  • feat: updated reanimated to rc3 (#268).

Fixes

  • fix: prevent crash when resizing container height on Android (#253).
  • fix: prevent default backdrop from blocking ui behind (#246).