TuNguyenThanh / react-native-image-placeholder

React native Image Placeholder
141 stars 53 forks source link

Default placeholder image is not hiding when make it circle using style #33

Open VikasSahu opened 4 years ago

VikasSahu commented 4 years ago

Hi I am using ImageLoader for the rounded profile pic, styling is working perfect but default placeholder image is not getting hide if use background colour or if I change placeholder image using placeholderSource property, placeholder image applied but because of circle outer part is visible of default placeholder.

Versions
"react-native-image-placeholder": "^1.0.14", "react-native": "0.62.2",

Attachments :

Screenshot 2020-07-15 at 6 31 36 PM Screenshot 2020-07-15 at 6 32 49 PM

Please help.

knjl34 commented 3 years ago

You can add borderRadius which is default property

for ex. borderRadius={60 / 2} like this