标签: react-native-maps
这是如何指定圆角线的吗?
<MapView.Polyline coordinates={[someCoords]} strokeWidth={2} lineCap="round" lineJoin="round" />)