ascoders / react-native-image-viewer

🚀 tiny & fast lib for react native image viewer pan and zoom
MIT License
2.44k stars 576 forks source link

Update image-viewer.style.ts (modalContainer backgroundColor is redundant) #453

Open ayhandoslu opened 3 years ago

ayhandoslu commented 3 years ago

modalContainer backgroundColor is redundant, because if backgroundColor with alpha (rgba) and loadingRender props are assigned together to ImageViewer, backgroundColor duplicates and applies alpha (rgba) over alpha (rgba) while loadingRender is shown for a while.