Switching from Swipeable to Swipeable Reanimated > ref > Swipeable vs SwipeableMethods #3051
Unanswered
markaustinws
asked this question in
Q&A
Replies: 1 comment
-
Hey @markaustinws Functions passed to
I believe these are the values you're looking for. I'm aware the documentation might've been unclear, i proposed some changes to the part mentioning |
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
-
Hello,
I've noticed that the original Swipeable component is being depreicated and being replaced with Swipeable Reanimated.
There is a breaking change for me. I was using the state object from Swipeable to detect the length of swipe. Our ask is for the Swipeable to act differently on a long swipe as opposed to a short swipe.
I have tried wrapping a Pan gesture around the Swipeable Reanimated component to cover this. However, it seems to be conflicting wit h the swipe actions in the Swipeable Reanimated component.
Is it a possible to revert SwipeableMethods to Swipeable as a reference? Or is there another way of detecting swipe length?
Thanks in advance
Mark
Beta Was this translation helpful? Give feedback.
All reactions