entria / react-native-fontawesome

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

set real fonts names in Icons.js #46

Closed Kouznetsov closed 5 years ago

Kouznetsov commented 5 years ago

Simply replaced the font names with the true names of the fonts.

Kouznetsov commented 5 years ago

I actually had to add an OS check, as on Android, giving the actual font name doesn't work, but the file name does.

jgcmarins commented 5 years ago

Thanks. Feel free to reopen it.

Kouznetsov commented 5 years ago

I actually changed more stuff in that repo to better fit my needs. Plus it seems that pr #48 has this issue fixed.