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

Returning true from the onPanResponderRelease #183

Closed lukemcgregor closed 4 years ago

lukemcgregor commented 4 years ago

If you don't return true, it doesn't release the pan handler to other gesture handlers correctly

fixes #182