useAnimatedGestureHandler: Difference between onEnd and onFinish #1949
Unanswered
friedebold
asked this question in
Q&A
Replies: 1 comment
-
i want to know this too. neither are documented. the only difference i found, was that on android, a "tap" -without actually dragging- fires weirdly on iOS a tap fires the same as a drag |
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 don't seem to fully understand the difference between
onEnd
andonFinish
when usinguseAnimatedGestureHandler()
.onFinish
seems to be triggered at the same time asonEnd
with some additional triggers when no animated value is changed.Was wondering if someone knows since the documentation is not fully descriptive.
Beta Was this translation helpful? Give feedback.
All reactions