【发布时间】:2018-02-23 12:13:39
【问题描述】:
我尝试设置borderRadius,但它会应用于整个图像而不是底部。
这是我的代码:
<View
style={{
backgroundColor: ‘transparent’,
justifyContent: ‘center’,
alignItems: ‘center’,
height: 159,
width: '100%',
borderBottomWidth: 70,
borderBottomColor: ‘red’,
borderBottomRightRadius: 800,
borderBottomLeftRadius: 800,
}}
/>
它会给出这样的输出:
我需要设置哪个属性才能在视图底部形成完美的圆形?
【问题讨论】:
-
半径应用于角而不是边缘
-
@Wainage 没找到你。
标签: android ios image react-native rounded-corners