Update to latest SVGR
See original GitHub issueThis package is a few versions behind SVGR. None of the links work any longer (e.g. options should point to legacy docs, but they link to 404). SVGR itself has had several updates that are relevant to this project. For one thing, there’s a new memo
option, which does exactly what you’d imagine. There’s also a fix for react-native when icon
is specified, since 1em
doesn’t mean anything on react-native. There’s probably a ton more bug fixes and improvements, and it should be pretty easy to update.
This is a pretty old package and it hasn’t been updated in a long time. There’s an open PR that has been ignored for a few months, and none of the dependencies have been updated, even though there have been relevant issues opened. So I’m wondering what the status of this project actually is? This project is linked by react-native-svg
and so is a pretty important solution for those who want import SVG-as-component functionality.
Is there an appetite for any further development?
Thank you.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:6 (4 by maintainers)
Top GitHub Comments
Done and released.
Now I can start preparing the 1.0 version that will drop support for the really old React Native versions.
Thanks @kristerkari