Is is possible to open drawer by dragging the finger from left to right?
edoantonioco opened this issue · 4 comments
edoantonioco commented
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
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
Not working for me
"react": "16.9.0",
"react-native": "0.61.2",
"react-native-drawer": "2.5.1"
trikota commented
Downgrading to 2.5.0
solved it for me
biopowder commented
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.