Is useAnimatedGestureHandler only supported for PanGestureHandler? #1931
-
I'm trying to use Does |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I changed the child component of the |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
I changed the child component of the
LongPressGestureHandler
fromView
toAnimated.View
and it's working now. Although, the type signature is still wrong and TypeScript is complaining.