Skip to content

Releases: gorhom/react-native-bottom-sheet

Release 5.0.0-alpha.9

27 Feb 10:47
Compare
Choose a tag to compare
Release 5.0.0-alpha.9 Pre-release
Pre-release

5.0.0-alpha.9 (2024-02-27)

Reverts

Release 5.0.0-alpha.8

26 Feb 19:43
Compare
Choose a tag to compare
Release 5.0.0-alpha.8 Pre-release
Pre-release

5.0.0-alpha.8 (2024-02-26)

Bug Fixes

  • added error message when dynamic sizing enabled with a wrong children type (8b62dca)
  • bottom sheet not appearing for users that have reduced motion turned on (#1743)(by @fobos531) (9b4ef4d)
  • fixed the mount animation with reduce motion enabled (#1560, #1674) (6efd8ae)

Release 5.0.0-alpha.7

18 Feb 21:06
Compare
Choose a tag to compare
Release 5.0.0-alpha.7 Pre-release
Pre-release

5.0.0-alpha.7 (2024-02-18)

Bug Fixes

Release 4.6.1

18 Feb 19:21
Compare
Choose a tag to compare

4.6.1 (2024-02-18)

Bug Fixes

  • added footer height to content height when using dynamic sizing (#1725) (1fdab02)

Release 5.0.0-alpha.6

03 Jan 20:37
Compare
Choose a tag to compare
Release 5.0.0-alpha.6 Pre-release
Pre-release

5.0.0-alpha.6 (2024-01-03)

Bug Fixes

Release 5.0.0-alpha.5

03 Jan 20:15
Compare
Choose a tag to compare
Release 5.0.0-alpha.5 Pre-release
Pre-release

5.0.0-alpha.5 (2024-01-03)

Bug Fixes

Features

Release 4.6.0

03 Jan 20:19
Compare
Choose a tag to compare

4.6.0 (2024-01-03)

Bug Fixes

Features

Release 4.5.1

17 Sep 18:38
Compare
Choose a tag to compare

Fixes

Chores And Housekeeping

  • update dev dependencies (fef9925)
  • updated detached modal example (55c9857)
  • updated snap points normalisation hook deps (9564467)

Release 4.5.0

10 Sep 08:56
Compare
Choose a tag to compare

This release introduces the new dynamic sizing api, allowing users measure their content and set the bottom sheet size accordingly. This feature works on static views and scrollables ( ScrollView, FlatList ... )

dynamic-sizing.mp4

Setting this prop to true, will result in adding a new snap point to the provided snap points and will be sorted accordingly, and this might effect the indexing, for example, if provided snap points are [100, 1000], and the content size is 500 then the final snap points will be [100, 500, 1000].

New Features

Fixes

Release 5.0.0-alpha.4

06 Sep 08:09
Compare
Choose a tag to compare
Release 5.0.0-alpha.4 Pre-release
Pre-release

Fixes

Chores And Housekeeping