react-swipeable
react-swipeable copied to clipboard
Swipe to delete/remove
How can the swipe-to-delete gesture implemented with this? When the user swipes the item over a specific threshold, the delete action should be triggered and the item visually collapse to indicate that is was deleted.
UX example video on that page https://www.npmjs.com/package/react-swipe-to-delete-ios
I would like to use a large, general purpose component/library like this one to achieve a similar effect.