You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thethis.state.active
conditional within onPanResponderRelease. Happy to make a PR if this is wanted functionality.The text was updated successfully, but these errors were encountered: