prscX / react-native-bottom-action-sheet

React Native: Native Bottom Action Sheet
Apache License 2.0
633 stars 48 forks source link

feat: Add onCancel callback when SheetView is dismissed or cancel. #36

Closed mtzfactory closed 5 years ago

mtzfactory commented 5 years ago

Hi,

This pull request adds a callback called when the bottom SheetView is dismissed or canceled, solving the issue #29.

mtzfactory commented 5 years ago

This solution can be extrapolated to the rest of components: GridView, AlertView.

prscX commented 5 years ago

Thanks @mtzfactory for the Effort and PR.

I have merged the same. I will integrate the same for GridView and AlertView as well.

Thanks </ Pranav >