Skip to content

Releases: surajj2223/react-native-reanimated-bottomsheet

v0.0.3

10 Jun 21:12
Compare
Choose a tag to compare

Change logs:

  • Renamed fixedHeight prop to hasFixedHeight.
  • Updated README with change and fixed documentation issues in README.

v0.0.2

10 Jun 20:48
Compare
Choose a tag to compare

Change logs:

  • Removed open method and exposed snapTo 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

10 Jun 20:45
Compare
Choose a tag to compare

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.