JeremyF
JeremyF

Reputation: 745

How do I draw a line between 2 points in React Native?

I need to draw a line between 2 points within a View component. Is this something I should learn React Native ART for? What would be the easiest way to accomplish this in React Native?

Thank you!

Upvotes: 2

Views: 15346

Answers (1)

fionbio
fionbio

Reputation: 3554

You can use the react-native SVG library.

https://github.com/react-native-community/react-native-svg#line

Upvotes: 5

Related Questions