are there any cheap alternatives to react-native-svg? i don’t like that its draw shows up in every frame in a significant way. always thought “svg in react native” is too good to be true, and apparently it is
Reposted from
Andrei Shikov
This is the long draw - I can see some images / text
But all of the gray stuff on the picture is interesting - that's SVG drawing
But all of the gray stuff on the picture is interesting - that's SVG drawing
Comments
(I’m not kidding – this was the requirement for icons when I was preparing a legacy Safari App Extension)
we’ve got something like that which pulls straight from Figma and it’s made managing icons a lot easier
https://github.com/oblador/react-native-vector-icons?tab=readme-ov-file#custom-fonts
It took me a while to perfect the icon conversion process, though, but it was worth it.
Can you share your setup? It would really help me