-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logo not working #189
Comments
Facing the same issue... we are using react-native-svg 14.1.0 and SVG transformer as 1.1.0 and react native 0.72.4 |
Any update on this? |
Still not working |
guys, I faced similar issues and decided to create lib, you can use this - https://www.npmjs.com/package/react-native-qr-svg |
if it's a path to a local file use "require": if it's a url then use : |
Logo is a png. Tested with different sizes (64, 96, 128) as file and base64.
the result looks always like this:
what am i doing wrong?
The text was updated successfully, but these errors were encountered: