xotahal / react-native-material-ui

Highly customizable material design components for React Native
MIT License
3.78k stars 609 forks source link

Dialog - close on backdrop press #439

Open mzafer opened 5 years ago

mzafer commented 5 years ago

How do I disable any press event in the backdrop when the dialog is open and also optionally close the dialog when pressed outside the dialog.

Thanks