-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Gesture conflict on Android #43
Comments
found a workaround, add to Pressable or TouchebleOpacity. |
Leaving this up for posterity |
i have other problem, im using ImageModel to show image, sometime when context menu showed the image is show as transparent |
Just to clarify, is this issue staying up because we should use the workaround, or will there be an expected fix? I maintain a library that wraps this one (zeego), so I just want to know if I should include this workaround in the docs. Thanks! |
I have left this up because the workaround works for people. I have not personally tested it on android so it isnt fixed yet. If the workaround is solid i would be happy to review and test a PR |
I have the same problem on ios and I have already added |
When there is a ContextMenu in which there is a Pressable component, after releasing a finger long press Pressable or TouchebleOpacity is triggered, which is inside
Platform: Only Android.
Example Code
Gif Reproduce
Video Reproduce
https://user-images.githubusercontent.com/46076319/149196136-56d23215-9f3d-43c6-a4d9-4f724add763f.mov
How can I fix it?
@maartenvanvliet @alessandrod @mpiannucci @jacobp100 @mrousavy
The text was updated successfully, but these errors were encountered: