I am creating a mobile application with image editor using react native.
I used react native svg to draw lines on an image but it outputs sharp edges (as shown in the image) since Im just using the LineTo (L) to connect the points.
Do you guys have any idea on how to make the path smoother.
I already set the strokeLineCap and strokeLineJoin to be rounded.

