Icons with react-native-skia #1382
Replies: 4 comments 1 reply
-
Hey there 👋 We think this will work great :)) We did some benchmarks with 300 canvas in one screen and we got great results. Of course let us know if you encounter any issues. But on paper, this should work great. Happy Hacking! |
Beta Was this translation helpful? Give feedback.
-
Hello @dmitrybirin, Can you share an update with rendering |
Beta Was this translation helpful? Give feedback.
-
We have a PR at #1788 which once merge, we believe makes React Native Skia an extremely good candidate for showing icons. |
Beta Was this translation helpful? Give feedback.
-
How did this go @dmitrybirin @wcandillon I want to use skia to create an icon pack lib from the icons exported from our design system |
Beta Was this translation helpful? Give feedback.
-
Hello, guys! 👋
Thanks for the amazing work you've done with Skia in RN! 🙇
We're already using the library mostly for building a complicated chart in a new project.
But this project also needs SVG icons, of course. So we were thinking why not use Skia to render icons as well 🤔
As I see some people using it already and you found that interesting here, for example
Our concerns are mostly in performance, cause in this case we need to spin up the full-blown Canvas view on, probably, lot of places of the screen.
What do you think of using Skia as a solution for rendering SVG icons in general on mobile?
Do you know any pitfalls or have some experience?
Beta Was this translation helpful? Give feedback.
All reactions