kristerkari / react-native-svg-transformer

Import SVG files in your React Native project the same way that you would in a Web application.
MIT License
1.57k stars 116 forks source link

Namespace tags are not supported by default. React's JSX doesn't support namespace tags #204

Open rbozan opened 2 years ago

rbozan commented 2 years ago

Getting this error:

https://stackoverflow.com/questions/59820954/syntaxerror-unknown-namespace-tags-are-not-supported-by-default

Not sure what to do