iconify-react icon indicating copy to clipboard operation
iconify-react copied to clipboard

Support for react native

Open bergersens opened this issue 4 years ago • 2 comments

Is it possible to use it for react native?

Till now theres is the following error Invariant Violation: View config not found for name svg. Make sure to start component names with a capital letter.

thanks.

bergersens avatar Nov 28 '19 12:11 bergersens

There is no support for React Native yet. This component renders SVG using dangerouslySetInnerHTML to add SVG content, instead of splitting icon into multiple React components.

However proper support for React Native is in todo list. It will take a while to implement.

cyberalien avatar Dec 01 '19 11:12 cyberalien

I am waiting for this too. I really love Iconify, and would love to continue using it for my React Native projects. Thank you :)

jordymeow avatar Aug 06 '20 23:08 jordymeow

You can check my library react-native-iconify

oktaysenkan avatar May 30 '23 16:05 oktaysenkan