oblador / react-native-vector-icons

Customizable Icons for React Native with support for image source and full styling.
https://oblador.github.io/react-native-vector-icons/
MIT License
17.31k stars 2.12k forks source link

Update README about underscore font specifications of e.g FontAwesome5_Brands etc. #1580

Open jayjo34 opened 6 months ago

jayjo34 commented 6 months ago

Hi and thank you for your effort keeping this project awesome!

I think it would be a huge help if you could add the information about the font specifications for those which need underscore, e.g. FontAwesome5_Brands. Every time I need to implement FontAwesome I'm stuck at this point, because i forgot to implement those underscore libs and do something like : project.ext.vectoricons = [ iconFontNames: [ 'FontAwesome5.ttf' ] ] :expressionless:

Thanks and happy Xmas !