react-native-svg-parser
react-native-svg-parser copied to clipboard
Parses SVG files and converts to 'react-native-svg' format objects. NOTE: This project has been archived.
Some SVG seems to have a height and width defined in the SVG tag. This pull request try to use those dimensions when calculating a missing ViewBox A example of...
Hi, thanks for making this library. One question I have is how do I use linear gradients in SVGs? For example, in my svg object I have something like this:...
Thanks for this great SVG parser. I want to do some action on different SVG parts on same screen so, how can we add onPress/onClick functionality in react-native-svg-parser? Just like,...
Unable to resolve "react-native-svg-parser" from "src\Router.js
tspan nodes aren't parsed or converted. Its an easy fix as far as I can tell. I made the change for a project of mine and can submit a PR...
Can I somehow attach onPress handlers to the svg tags? I want to change the color of the objects when the user touches it. (Some kind of coloring book). Is...