Skip to content

Releases: root-two/react-native-drawer

2.0

31 Mar 08:03
Compare
Choose a tag to compare

Breaking Changes:

  • openDrawerThreshold has been renamed to panThreshold
  • panStartCompensation has been removed (no one was using it, and real world benefits were negligible)

New Features & Fixes:

  • 2 drawer support. For example a left and right drawer now place nicely together.
  • mainOverlay
    • Improves captureGestures functionality
    • Styleable via styles={{{mainOvelay: ...}}} and tweenHandler((ratio) => ({mainOverlay: ...})
  • Proper resync of all values after reorientation or container resize

1.8.0

18 Nov 19:37
Compare
Choose a tag to compare

adds tapToClose prop
pan gestures and tap gestures play nice