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.55k stars 117 forks source link

SVG files with base64 code are being render properly #226

Open jpmazza opened 1 year ago

jpmazza commented 1 year ago

I have some SVGs that include base64 code like the following file:

Santander

When I render that it shows:

Screenshot 2022-11-27 at 2 14 30 PM

FYI: It's working perfect with other SVG files with no base64 code.

Versions:

"react-native-svg": "^13.6.0",
"react-native-svg-transformer": "^1.0.0",