How to get current Y value from PanGestureHandler swipe move while the user is swiping #1060
Unanswered
leodavinci1
asked this question in
Q&A
Replies: 1 comment
-
Did you find a solution? |
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.
-
I am trying to perform a Haptic feedback when the user drags the container with a specific swipe length. So with this following code I am trying to get the value of translateY while the user is dragging the container with the event listener:
The onPan function doesn't get triggered when I drag the component up and down, what am I doing wrong here? How can I get this listener value correctly?
Beta Was this translation helpful? Give feedback.
All reactions