-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: onSwipeDown handler? #64
Comments
I'm also interested in this. The absence of this feature is what makes me look for an alternative package. Perhaps there is some approach (I need to implement closing the modal by swiping down) |
It is a feature that I would like too. I achieved it this way, I hope it works for you:
|
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days. |
This issue was closed because it has been stalled for 15 days with no activity. |
This package saved my life. Huge thanks to the creator and all the contributors.
Is your feature request related to a problem? Please describe.
The feature request isn't related to a necessary problem. It would be nice to have for better UX.
Describe the solution you'd like
I want an onSwipeDown handler/callback I can pass to the component. A common use case of this feature is to close a dialog/modal with an image you're inspecting.
Describe alternatives you've considered
I'm not super familiar with React Native just yet, so I'm not aware of any alternate solutions to cover this use case with
Additional context
N/A
The text was updated successfully, but these errors were encountered: