Transform DOM elements into react-native-svg components
npm install @svgr/babel-plugin-transform-react-native-svg```
npm install --save-dev @svgr/babel-plugin-transform-react-native-svg
.babelrc
`json``
{
"plugins": ["@svgr/babel-plugin-transform-react-native-svg"]
}
MIT