Reputation: 745
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
Reputation: 3554
You can use the react-native SVG library.
https://github.com/react-native-community/react-native-svg#line
Upvotes: 5