标签: react-native view antialiasing
如何在react-native中绘制一个光滑的圆圈?
在borderRadius渲染中禁用AntiAliasing。
我找到的唯一方法是使用ART.Shape(左)
<View style={{ width: 32, height: 32, borderRadius: 16, borderWidth: 2, borderColor: '#2196f3', }}/>