entria / react-native-fontawesome

React Native Font Awesome Icons
MIT License
176 stars 34 forks source link

Fix font family for IOS platform #48

Closed leandrosimoes closed 6 years ago

leandrosimoes commented 6 years ago

I just add some Platform verification to get the right font family names for the IconType enum according to the current platform (Android or IOS).

See this issue: #47