Replies: 1 comment
-
Ended up using this workaround: <Swipeable
renderRightActions={() => (
<View style={{width: '100%', height: '100%'}} />
)}>
{children}
</Swipeable> to make the |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to add animations to my
Swipeable
component in order to make it clear to the user that it can be swiped. However, I don't want the animation to fully open the action items. I only want it to open partially and then return to the starting position. Is there a way to achieve this?I guess my question is, is there a way to control the swipe programmatically, so I can animate it with Reanimated?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions