oblador / react-native-image-progress

Progress indicator for networked images in React Native
MIT License
1.72k stars 177 forks source link

borderRadius does not apply in FastImage. #81

Open yishin opened 6 years ago

oblador commented 6 years ago

Hi, this sounds like a bug in FastImage itself? Either try reporting the issue there, or applying imageStyle={{ borderRadius: x, overflow: 'hidden' }}.

mrjackyliang commented 6 years ago

Applying borderRadius into imageStyle works. It's not really a bug, because the borderRadius is supposed to be applied directly on the Image component.

The image component here is replaced by the imageProgress component which is provided by react-native-image-progress (aka this project).

skantus commented 5 years ago

@oblador this works for me!

BlueIcedPen commented 3 years ago

Close this then?