React Native Scroll Bottom Sheet Versions Save

Cross platform scrollable bottom sheet with virtualisation support, native animations at 60 FPS and fully implemented in JS land :fire:

v0.7.0

3 years ago

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 with animationConfig

  • 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