Property 'blocksExternalGesture' does not exist on type 'PinchGesture'.ts(2339) #2813
Replies: 1 comment
-
I experienced the same with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
"Hello, I was reading the documentation and came across blocksExternalGesture, which might help me get pinch to work inside a ScrollView on Android. However, when I try to replicate the example provided by the documentation itself, I receive the following warning: 'Property blocksExternalGesture does not exist on type PinchGesture'. What could be the issue? Below is the example that's in the documentation: https://docs.swmansion.com/react-native-gesture-handler/docs/fundamentals/gesture-composition/#blocksexternalgesture"
Beta Was this translation helpful? Give feedback.
All reactions