root-two / react-native-drawer

React Native Drawer
MIT License
2.54k stars 392 forks source link

Swipe to open drawer #403

Open sam9010 opened 2 years ago

sam9010 commented 2 years ago

I am expecting to be able to swipe from the left of the screen to open my drawer however this does not work. I know the drawer works as I have a button set up in my header that runs the this._drawer.open(); method...

moertschde commented 1 year ago

@sam9010 did you find any solution?