invertase / react-native-material-design

React Native UI Components for Material Design
http://react-native-material-design.github.io
MIT License
3.15k stars 365 forks source link

Icons and Checkbox are not rendered #79

Open baso6706144011 opened 8 years ago

baso6706144011 commented 8 years ago

i have tried the examples of this material design on github.io, but when i tried to use icons and checkbox, they couldn't be rendered, i restart the packager (npm restart) but still.... 13382088_645149462303603_551139410_n

christinwilson commented 8 years ago

Any help with this? @Ehesp @GWlodarek

Ehesp commented 8 years ago

Have you tried running with rnpm? The vector lib is hooked up with it so should install everything for you properly

MrToph commented 8 years ago

I had the same issue and for me installing and following the instructions for react-native-vector-icons with gradle was the solution that worked.

mattferrin commented 8 years ago

I was/am exploring the viability of using this library in conjunction with react-native-web and found icons not rendering to be the most obvious issue. It's just something to keep in mind on a similar vein.