maxs15 / react-native-modalbox

A <Modal/> component for react-native
MIT License
2.89k stars 505 forks source link

Add event to handle swipe to close #323

Closed camel113 closed 3 years ago

camel113 commented 4 years ago

Add event to detect when a swipe gesture start to close the modal. onClosed is triggered only once the closing animation is finished. onSwipeToClose allows to know when the closing animation is starting. It's useful in some case when you want to sync parallel animations.