Open pavlea opened 6 years ago
Have you tried to set negotiatePan={true}
? Solved it for me
Thanks, but it doesn't solve the issue. Checked the docs it says
If true, attempts to handle only horizontal swipes, making it play well with a child ScrollView
My layout doesn't have ScrollViews, I've put Drawer to the right, and have an Icon that should open it on click. Icon is on the right side of the Toolbar. Temp solution 've come up to is to set panOpenMask={0.05}
, but that's a hacky solution.
Thanks, but it doesn't solve the issue. Checked the docs it says
U need to change core. Problem with gesture direction. U need set condition like gesture.vx or vy > 20 in shouldSet gesture function before move drawer view.
when i set
panOpenMask={0.5}
half of the screen becomes unclickable. That's really serious bug, hope you'll fix it quickly, because you did a great job with this library! Cheers!