Using ReanimatedSwipeable to replicate iOS experience in Messages #3459
Replies: 4 comments 3 replies
-
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.
-
Same here! Can't replicate the behaviour with this component 😬 |
Beta Was this translation helpful? Give feedback.
-
cc @latekvo I agree. The component should have a snap/overshoot property, which when is defined and if translation is bigger than it the component would translate full width |
Beta Was this translation helpful? Give feedback.
-
Hey @gabimoncha, I saw your tweet that you're interested in contributing to our library with some improvements to the ReanimatedSwipeable. I'm happy to assist you if you need any help with creating the PR. Also feel free to contact us via our Discord if you wish to get a more direct communication channel, we have a dedicated |
Beta Was this translation helpful? Give feedback.
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