jobtoday/react-native-image-viewing

backgroundColor should support "transparent"

liquidvisual opened this issue · 1 comments

Setting it to transparent technically works, but there is a coloured white layer underneath which prevents being able to see through. Is there any way to make the (modal?) bg truly transparent?

I found I could make the modal transparent by setting presentationStyle="overFullScreen".