Dynamic icons ReactNative

0
we have a set of 50 icons. on web we are able to add dynamic classes and these are mapped to font awesome. React seems to like inline SVGs, how would you set up a dynamic icon library for ReactNative?   edit: my current theoretical solution would be going with IcoMoon icon font, but adding custom fonts to native is also not as trivial as I'd hoped… tips pls :D 
asked
3 answers
2

If you want font awesome in native, you could use my Native Font Awesome widget. There is a demo to get you started easily. You need a custom build, does not work in the Make It Native app!

answered
0

create an icon entity?

have svgs as string in the entity?

would this work?

answered
0

Similar to naming icons for what they do (semantic icons), we are able to do something similar with snippets.

Its not the most elegant solution, but it works (for now).

answered