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

[Discussion] Is this library still active? #193

Open
etaiklein opened this issue Aug 19, 2019 · 6 comments
Open

[Discussion] Is this library still active? #193

etaiklein opened this issue Aug 19, 2019 · 6 comments

Comments

@etaiklein
Copy link

The react native dev team officially backs react-native-svg since February 2019. And the react-native-svg documentation points here.

However, this library currently has ~30 open pull requests and some pretty major issues like TEXT not working in svgs . The last commit to this library was from 2018. For my use case, I want to render svg data (that includes text) fetched from and composed by the server.

So, is this library still active? Is there a better maintained fork? What else are people using?

@lcsvcn
Copy link

lcsvcn commented Aug 26, 2019

Don't think so brogramer

@lcsvcn
Copy link

lcsvcn commented Aug 26, 2019

I have forked it to https://github.com/lcsvcn/react-native-svg-uri

@etaiklein
Copy link
Author

@lcsvcn the nice folks over at react-native-svg decided to take these features into that library software-mansion/react-native-svg#1074

@donni106
Copy link

@etaiklein nice information!
Does this mean, that it is possible to switch to https://github.com/react-native-community/react-native-svg for the following case.
Currently we are using <SvgUri width={width} height={height} svgXmlData={icon} />.
Is SvgUri now available from react-native-svg?

@etaiklein
Copy link
Author

@etaiklein nice information!
Does this mean, that it is possible to switch to https://github.com/react-native-community/react-native-svg for the following case.
Currently we are using <SvgUri width={width} height={height} svgXmlData={icon} />.
Is SvgUri now available from react-native-svg?

Not with that exact syntax. Follow software-mansion/react-native-svg#1074 and ask any questions about react-native-svg in that repo’s issues instead of here.

@donni106
Copy link

https://github.com/react-native-community/react-native-svg can be used. They have implemented various components, i.e. SvgUri https://github.com/react-native-community/react-native-svg#use-with-content-loaded-from-uri or SvgXml https://github.com/react-native-community/react-native-svg#use-with-xml-strings

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

No branches or pull requests

3 participants