jeremybarbet/react-native-modalize

How to remove gray background when modal is opened?

piroposantosdev opened this issue · 2 comments

I'd like to know if it's possible to remove gray background that is opened behind modal that blurs everything in background view or change its opacity to be completely invisible?

image

you should use overlayStyle and make the background transparent

there's withOverlay prop available in latest version. just set to false
https://jeremybarbet.github.io/react-native-modalize/#/PROPS?id=withoverlay