forked from DuDigital/react-native-zoomable-view
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Cannot drag when child component has onPress - ReactNativeZoomableView #101
Comments
aaydin29
changed the title
Cannot drag when child component has onPress
Cannot drag when child component has onPress - ReactNativeZoomableView
May 7, 2024
did you solve it? |
Any updates on this? 😄 |
|
Awesome, thanks @bumjin1013 ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, as seen in the code I shared below, there is an onPress in the Path in ReactNativeZoomableView. The dragging function works successfully from areas not covered by this path, but if I try to do this on the Path, the dragging does not work. I have no other way than having the two work together for the project I'm developing.
The text was updated successfully, but these errors were encountered: