Skip to content

Releases: gorhom/react-native-bottom-sheet

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

Release 2.1.0

07 Feb 22:21

Choose a tag to compare

Features

  • feat: allow to override sheet container style (#265).

Fixes

  • fix: prevent duplicated close triggers (#257).
  • fix: stabilise modal un-mounting (#254).

Documentations

  • docs: added question issue template (d11a889).
  • docs: added style to props page (b765973).

Release 2.0.7

29 Jan 20:34

Choose a tag to compare

Fixes

  • fix: prevent modal crash when navigating (#244).

Release 2.0.6

29 Jan 20:32

Choose a tag to compare

Fixes

  • fix: prevent animation when modal is closing (#205).
  • fix: stabilise animated callback node variables (#239).

Release 3.2.1

21 Jan 22:10

Choose a tag to compare

Fixes

  • fix: fixed sheet visibility when handle provided null (#223).
  • fix: allow backdrop style prop to override internal style (#211).

Release 2.0.5

21 Jan 22:07

Choose a tag to compare

Improvements

  • chore: added auto-close github action (4451d34).

Fixes

  • fix: removed onScroll event from BottomSheetScrollView (#225).
  • fix: fixed sheet visibility when handle provided null (#224).
  • fix: allow backdrop style prop to override internal style (#212).

Release 3.2.0

16 Jan 13:57

Choose a tag to compare

Features

  • feat: added style prop (#189).

Improvements

  • chore: updated reanimated to rc2 (#200).
  • chore: added no console eslint rule (7d03829).

Fixes

  • fix: removed rounding on evaluating position (#201).

Release 2.0.4

16 Jan 12:28

Choose a tag to compare

Improvements

  • chore: added no console eslint rule (#199).

Release 3.1.1

12 Jan 19:46

Choose a tag to compare

Fixes

  • fix: fixed over-drag implementation (#186).

Release 2.0.3

11 Jan 21:43

Choose a tag to compare

Improvements

  • refactor: updated bottom sheet layers (#176).

Fixes

  • fix: prevent rounding up normalised snap points (#177).

Documentations

  • docs: updated modal hooks docs (#172).
  • docs: updated snapPoints description example (#164).
  • docs: updated documentation website (50a91e6).