最近我尝试了很多在React Native中绘制半椭圆,但没有得到任何好的结果。这是我尝试过的
semiEllipse:{
width: '100%',
height: 50,
borderRadius: 0.7*width,
borderBottomLeftRadius: 0,
borderBottomRightRadius: 0,
backgroundColor: 'red',
}
Run Code Online (Sandbox Code Playgroud)
但这不是我想要实现的目标,因为你们可以看到这不是一个纯粹的椭圆。
请在这件事上给予我帮助。提前致谢!