octopitus / rn-sliding-up-panel

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

panel status check #127

Open vgb0332 opened 5 years ago

vgb0332 commented 5 years ago

Issue Description

It would be nice if whether the panel is shown/hidden by calling method like isShown() or isHIdden(), it would be way nicer if we can trigger something on hidden/shown events.

Environment