binggg / mrn

Material React Native (MRN) - A Material Design style React Native component library.
http://mrn.js.org
1.73k stars 109 forks source link

Some icons are missing #5

Closed mrcasals closed 8 years ago

mrcasals commented 8 years ago

I cannot use list, face, question-answer or folder-open icons. I'm using latest version (v0.14). When I used https://github.com/oblador/react-native-vector-icons directly I had no problem, so I guess it's a thing with the font face.

Can you update it to use the original version?

Thank you!

binggg commented 8 years ago

Yes, I choose the iconfont materialdesignicons provided. Beacuse the iconfont contain more material design style icon (about 1341 icons), not just icons by Google(about 796 icons).

You can find icon name from https://materialdesignicons.com. I think you can find the icons you mentioned because the icon name is different from https://github.com/oblador/react-native-vector-icons.

My idea is that if users need more or different icon, they can change the Icon file to implement custom.