Is there any way to make these connected dots with React Native styles?

Viewed 28
1 Answers

I would try using a View with vertical border to conect the dots.

Related