question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to close the Swipeable on the other side?

See original GitHub issue

Hello, following https://github.com/software-mansion/react-native-gesture-handler/issues/977 ,

I would like to achieve a swipeable that close from the opposite side.

So far, if I swipe left, it triger the add to favorite action and the swipeable will close from the same (left) side.

I want the <Swipeable /> to reappear from the right side will closing, how can I achieve that?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
kopaxcommented, Oct 14, 2020

Hello @jakub-gonet , I was not able to fix this on my end. If you know how I can edit the position so it close from the opposite side, I would be glad, thanks for asking.

0reactions
jakub-gonetcommented, Sep 3, 2020

This issue was not active for some time so I’m closing it. If you need further help please reply.

Read more comments on GitHub >

github_iconTop Results From Across the Web

React Native Swipeable (Swipe to delete) not closing
You need to use a reference which has a close method on it. First define a ref const swipeableRef = useRef(null);.
Read more >
Swipeable | React Native Gesture Handler - Software Mansion
This component allows for implementing swipeable rows or similar interaction. ... to the open state (or the open panel will animate into the...
Read more >
Gesture, swipe, and press to navigate your iPhone 13 and ...
Power on or off. To turn on, press and hold the Side button until the Apple logo appears. To turn off, simultaneously press...
Read more >
React Native Gesture Handler - Swipe To Delete - YouTube
reactnative #dopeprogrammingIn this tutorial you'll learn how you can implement swipe to delete or swipe to do any other task in react ...
Read more >
Customize swipe left and swipe right gestures in Outlook
Under Swipe Gestures, set Swipe left and Swipe right for: Delete, Archive, Mark as Read, or Flag. Showing Swipe Gestures on reading dialog....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found