colorfy-software / react-native-modalfy

🥞 Modal citizen of React Native.
https://colorfy-software.gitbook.io/react-native-modalfy
MIT License
1.13k stars 46 forks source link

Override Backdrop component? #58

Closed joeyfigaro closed 2 years ago

joeyfigaro commented 2 years ago

Is there any way to replace the component used for the Backdrop? I'd like to add support for closing the modal when the backdrop is pressed.

CharlesMangwa commented 2 years ago

Hi @joeyfigaro! There's no way to provide your own backdrop, no. That being said, you can already close the modal (or not) by pressing the backdrop as explained in the docs.