github gorhom/react-native-bottom-sheet v4.5.0
Release 4.5.0

latest releases: v5.0.0-alpha.11, v4.6.4, v4.6.3...
12 months 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 react-native-bottom-sheet release

NewReleases is sending notifications on new releases.