react-native Image borderRadius 对 backgroundColor 不生效?

Image 样式:

{
    // ...
    borderRadius: 20,
    backgroundColor: '#eee',
  }

渲染出来的backgroundColor会溢出borderRadius

即: 图片borderRadius 外面依旧会有 backgroundColor 的颜色

请问如何解决呢?

阅读 2.6k
1 个回答

我是 0.59.9 版本 试了下之后, backgroundColor 是没有溢出 border 的,
你的版本是多少
我建议加下: overflow: 'hidden' 试试

推荐问题