swipeout
swipeout copied to clipboard
React Swipeout(web & react-native)
I want to know the swipe direction, and for different direction i want to add other css. Now i can only use the methods onClose and onOpen. It can trigger...
In `src/Swipeout.tsx`: ``` renderCustomButton(button) { const buttonStyle = button.style || {}; const bgColor = buttonStyle.backgroundColor || 'transparent'; const Component = ( {React.isValidElement(button.text) ? button.text : ( {button.text} )} ); return...
Hi there, I am trying to use the dist build of the swipeout component, but it seems like the build is broken! Here's a minimal example in a codepen: https://codepen.io/sherbondy/pen/jzKKrz?editors=1111...
Means swipe right / left dispatches an action and shows the action card while swiping, like Gmail does on android.