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

How to callback any function when onPress on back drop to close panel #204

Closed JadenTheGiant closed 2 years ago

JadenTheGiant commented 3 years ago

Hi I'm new to react native, I'm doing a chat app with bottom sheet, when panel show up the default icon inside the sheet change to another icon, then I want to make when pressing on the backdrop to close the panel and callback to change the state to default icon. I'm facing this issue when I want to switch the icon back to the default , may I know how can I control the callback of backdrop?

zchwyng commented 1 year ago

+1