octopitus / rn-sliding-up-panel

Draggable sliding up panel implemented in React Native https://octopitus.github.io/rn-sliding-up-panel/
MIT License
929 stars 157 forks source link

Pan handler is not being correctly released #182

Closed lukemcgregor closed 4 years ago

lukemcgregor commented 4 years ago

Pan handler is not being correctly released

When the pan handler is supposed to release its actually not releasing. This is because the onPanResponderRelease is returning falsey values.

Steps to Reproduce / Code Snippets / Screenshots

The grab is still captured from the previous open on the second one (it should grab at the same point on subsequent opens). This also messes up other gesture responders in the area. I will follow this with a PR to resolve the issue.


Environment