A simple React component implementation of 'pull down action' UI-pattern. Usually used for update/refresh.
The React-swipe-to-delete-component wrap your a content component. It's become swiped. If it's swiped more certain percent than the swipe-to-delete-component will remove a component.
You may see an example in source here.
- onAction - Will be called when touchmove action reached it's theashold . Optional.