npm @gorhom/bottom-sheet 4.5.0
Release 4.5.0

latest releases: 5.2.6, 5.2.5, 5.2.4...
2 years ago

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

Don't miss a new bottom-sheet release

NewReleases is sending notifications on new releases.