How to use Gesture.Simultaneous with the Matrix handler in the Stickers example? #2534
Unanswered
VictorioMolina
asked this question in
Q&A
Replies: 0 comments
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.
-
https://github.com/Shopify/react-native-skia/blob/cc7f30da719e7cfcc3e6c49f84a730ecb9e7f499/fabricexample/src/Examples/Stickers/GestureHandler.tsx
With
Gesture.Race()
, everything works as expected. But what about usingGesture.Simultaneous()
?In a simultaneous combo of gestures:
Not sure, but seems the matrix is always overlapped by the last started gesture.
Beta Was this translation helpful? Give feedback.
All reactions