deanmcpherson / react-native-sortable-listview

Drag drop capable wrapper of ListView for React Native
MIT License
917 stars 235 forks source link

Add functionality to panResponder functions #152

Open Taylor123 opened 6 years ago

Taylor123 commented 6 years ago

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.