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

Update installation instructions #124

Closed kengorab closed 7 years ago

kengorab commented 7 years ago
kengorab commented 7 years ago

This fixes #123, and also "solves" #37. Doing this step of adding to the application's build.gradle instead of having to copy font files enables successful builds on react-native >0.18 (I tested on 0.34.0). Previously I'd get the error message:

Requiring unknown module "react-native-vector-icons/MaterialIcons". If you are sure the module is there, try restarting the packager or running "npm install".

but now it works just as expected. I'll make the change on the doc site repo as well, so the information is consistent.