root-two / react-native-drawer

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

Is is possible to open drawer by dragging the finger from left to right? #371

Open edoantonioco opened 5 years ago

edoantonioco commented 5 years ago

All the other drawer menus have that basic functionality. Thats basically the first thing you try to do when you realize an app has a Drawer.

Can this library be able to do that too?

abrantes01 commented 5 years ago

Which version of the module do you use? Because it looks like this no longer works in version 2.5.1. I had to return to version 2.5.0 for it to work. Using captureGestures={true}

gghnisan commented 4 years ago

Not working for me

"react": "16.9.0",
"react-native": "0.61.2",
"react-native-drawer": "2.5.1"
trikota commented 4 years ago

Downgrading to 2.5.0 solved it for me

biopowder commented 3 years ago

Its working in 2.5.1, but with 2 fingers or more. Its working fine when fingers sequentially slides from left edge. And yes, downgrading to 2.5.0 fixed the issue.