Releases: rgommezz/react-native-scroll-bottom-sheet
Releases · rgommezz/react-native-scroll-bottom-sheet
v0.7.0
What's new
-
Support for spring based animations! Thanks to both @dcoulter45 and @tankers746. For that, a new prop,
animationType
has been added 🎉 . You can customise the spring based animation withanimationConfig
-
New prop,
enableOverScroll
. When set to true, you'll be able to drag the bottom sheet beyond the lower snap point (@dcoulter45) -
New prop,
friction
, to control the initial acceleration of the animation when the gesture is released