react-native-svg-elements
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.
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...