You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.
It seems that in most native apps using a drawer, they have the ability to pull the drawer open even when the pan gesture begins in the middle of the screen. The RN solution and this one don't seem to support this kind of behaviour. Am I mistaken about this? Are there any plans to implement such feature?
The text was updated successfully, but these errors were encountered:
Hey, good catch. Part of the decision why this library doesn't mimic the behavior of DrawerLayoutAndroid anymore is to be capable of extending it in this direction. I am not sure which value it is one would need to modify, either moveX or dx. Either way, it should be possible to make the threshold configurable via props.
It seems that in most native apps using a drawer, they have the ability to pull the drawer open even when the pan gesture begins in the middle of the screen. The RN solution and this one don't seem to support this kind of behaviour. Am I mistaken about this? Are there any plans to implement such feature?
The text was updated successfully, but these errors were encountered: