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 Feb 15, 2019. It is now read-only.
I have a modal with a PanResponder and horizontal swipes are being picked up by the underlying navigation stack. Is it possible to temporarily disable navigation gestures? Cheers
The text was updated successfully, but these errors were encountered:
One option would be to push a view instead of using a modal, then use styles: {gestures: null} in the static route property. If you want it to slide up like a modal, you can use it like this:
It's the simplest way, but if you're set against it, you could maybe use the navigation event emitters and set the gestures based on the emitted params, but I'm not 100% sure that will work.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a modal with a PanResponder and horizontal swipes are being picked up by the underlying navigation stack. Is it possible to temporarily disable navigation gestures? Cheers
The text was updated successfully, but these errors were encountered: