TuNguyenThanh / react-native-image-placeholder

React native Image Placeholder
141 stars 53 forks source link

Placeholder and customPlaceholder both rendered #30

Open nabladev opened 5 years ago

nabladev commented 5 years ago

Hi, amazing library but there's an issue. When setting up your custom image via placeholderSource prop both your custom placeholder and the default placeholder get rendered. I'm on Andorid btw.

There's workaround, set the css property 'display' to 'none" in placeholderStyle prop.

VikasSahu commented 4 years ago

Hi @nabladev did you fine any solution ?