Skip to content

Releases: gorhom/react-native-bottom-sheet

Release 4.6.1

18 Feb 19:21

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

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

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

Choose a tag to compare

4.6.0 (2024-01-03)

Bug Fixes

Features

Release 4.5.1

17 Sep 18:38

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

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

Choose a tag to compare

Release 5.0.0-alpha.4 Pre-release
Pre-release

Fixes

Chores And Housekeeping

Release 4.4.8

06 Sep 08:04

Choose a tag to compare

Fixes

Chores And Housekeeping

Release 5.0.0-alpha.3

25 Jun 10:45

Choose a tag to compare

Release 5.0.0-alpha.3 Pre-release
Pre-release

Fixes

Chores And Housekeeping

Release 5.0.0-alpha.2

04 Jun 15:47

Choose a tag to compare

Release 5.0.0-alpha.2 Pre-release
Pre-release

Fixes