Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
584 views
in Technique[技术] by (71.8m points)

react-native Image borderRadius 对 backgroundColor 不生效?

Image 样式:

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

渲染出来的backgroundColor会溢出borderRadius

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

请问如何解决呢?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...