Skip to content

Releases: gorhom/react-native-bottom-sheet

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

Release 4.4.8

06 Sep 08:04
Compare
Choose a tag to compare

Fixes

Chores And Housekeeping

Release 5.0.0-alpha.3

25 Jun 10:45
Compare
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
Compare
Choose a tag to compare
Release 5.0.0-alpha.2 Pre-release
Pre-release

Fixes

Release 4.4.7

04 Jun 15:46
Compare
Choose a tag to compare

Fixes

Release 5.0.0-alpha.1

30 Apr 14:41
Compare
Choose a tag to compare
Release 5.0.0-alpha.1 Pre-release
Pre-release

Fixes

Chores And Housekeeping

Release 4.4.6

30 Apr 14:29
Compare
Choose a tag to compare

Fixes

Chores And Housekeeping

Release 5.0.0-alpha.0

18 Mar 21:30
Compare
Choose a tag to compare
Release 5.0.0-alpha.0 Pre-release
Pre-release

New Features

Fixes

Chores And Housekeeping