swipeout
swipeout copied to clipboard
Is there a way to perform swipe action using a click?
Example: Consider I have a button on the element which is swipeable. If I click on the button the swipe action should be performed.
Like "<Swipeout swipe={canSwipe} " "canSwipe" variable can be dynamically changed to true or false So that I can control the swiping behaviour dynamically using a button.
Is Something like this possible?
@saipopcornapps have to done this?