react-native-sortable-listview icon indicating copy to clipboard operation
react-native-sortable-listview copied to clipboard

Add functionality to panResponder functions

Open Taylor123 opened this issue 7 years ago • 0 comments

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.

Taylor123 avatar Aug 22 '18 02:08 Taylor123