Skip to content
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

Use tag and some attributes were not supporting. Needed for node-qrcode #81

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

emrahtoy
Copy link

component/tag and fill-opacity,xlink:href, href, id attributes were not supported.

node-qrcode library generates proper svg string that we can use with svgXmlData in order to show QrCode. But that library uses and ( with id ) which react-native-svg-uri have not been support.

This PR fixes the situation.

fill-opacity,xlink:href, href attributes were not supported
@arashkhan
Copy link

arashkhan commented Jan 16, 2019

How can I pass param to "use"?

<Svg use = "attr.xlink:href=filename#id'" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants