entria / react-native-fontawesome

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

[fix] icon name fixes, added icons that were missing from list + question #68

Closed ck-buildmidwestern closed 4 years ago

ck-buildmidwestern commented 4 years ago

Sorry for the second PR in one day but noticed more icons that had the double letter issue, as well as a few that were not on the brand list. One that I had a question about was the safari brand icon. it looks like it is correct(spelled correctly, has the right Unicode, is in the brand list), but for some reason, in my app, it is not appearing, can you test and see if it works on something on your end?

besides safari, these were all the icons that when having a large list of them they did not show up and were seen as undefined by my application due to either not being in the list, or is spelled incorrectly.

Thanks for reviewing my PR!

ck-buildmidwestern commented 4 years ago

Just wondering if anyone will have a chance to look into this anytime soon, thanks so much!