Releases: surajj2223/react-native-reanimated-bottomsheet
Releases · surajj2223/react-native-reanimated-bottomsheet
v0.0.3
v0.0.2
Change logs:
- Removed
open
method and exposedsnapTo
method to manage the manual snapping of BottomSheet with better API. - Refactored README to rectify problems with yarn commands written & added in depth installation and Prop Reference guide for BottomSheet component.
v0.0.1
Change logs:
- Added Reanimated v2 to create a performant BottomSheet component with configurable settings for both swipeable and non swipeable interactions.
- Exposed
open
&close
imperative React methods to access the BottomSheet swipe behaviour programatically. - Added a basic example in the
/example
folder to demo the library in action.