react-native-sortable-listview
react-native-sortable-listview copied to clipboard
Add functionality to panResponder functions
I want to invoke a function when the onPanResponderRelease is called. It doesn't seem like there is currently a prop that allows me to do this.
If i pass a prop such as onResponderRelease, i would expect it to get called prior to the this.state.active conditional within onPanResponderRelease. Happy to make a PR if this is wanted functionality.