react-native android borderRadius antiAliasing

时间:2018-01-31 15:06:41

标签: react-native view antialiasing

如何在react-native中绘制一个光滑的圆圈?

在borderRadius渲染中禁用AntiAliasing。

我找到的唯一方法是使用ART.Shape(左)

<View style={{
  width: 32,
  height: 32,
  borderRadius: 16,
  borderWidth: 2,
  borderColor: '#2196f3',
}}/>

enter image description here

0 个答案:

没有答案