Using ReanimatedSwipeable to replicate iOS experience in Messages #3459
Unanswered
jasonrastovski
asked this question in
Q&A
Replies: 1 comment
-
Sorry, I do not have an answer for you, but I could not figure out a way to do it with ReanimatedSwipeable. I find it funny because the image on the documentation page shows a similar component, haha. If anyone does have an implementation, I would also love to see it. Anyway, I ended up creating my own component using a pan gesture. |
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.
-
Hi,
I'm exploring the capabilities of
ReanimatedSwipeable
and wanted to know if the following behavior is possible:I’d like to implement a "snap point" where swiping from right to left reveals a "delete" button, similar to the
AppleStyleSwipeableRow
example (specifically the More | Flag | More buttons, but just one button). However, I’d also like to extend this functionality by allowing the user to continue swiping past the snap point to trigger the "delete" action automatically.Is it possible to configure
ReanimatedSwipeable
to achieve this behavior, and if so, could you point me in the right direction?Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions