Open yishin opened 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).
@oblador this works for me!
Close this then?
Hi, this sounds like a bug in
FastImage
itself? Either try reporting the issue there, or applyingimageStyle={{ borderRadius: x, overflow: 'hidden' }}
.