react-native-svg-elements icon indicating copy to clipboard operation
react-native-svg-elements copied to clipboard

Use React Native to draw SVG. No XML parsing, use speed of React Native directly. Alpha version, not all elements/attributes are supported now.

Results 3 react-native-svg-elements issues
Sort by recently updated
recently updated
newest added

Hi, I have an SVG I created and it receives the 'fill' and 'stroke' as props. When I initially render the SVG it works fine. However, once the prop changes,...

clipPath support will be amazing.

Hi, I'm currently using your awesome library to draw SVG map of inside of an building, I'm now looking at making those rooms clickable to show some more information, how...