react-native-fontawesome
react-native-fontawesome copied to clipboard
React Native Font Awesome Icons
Why does /rturk/react-native-fontawesome redirect here and why does /entria/react-native-fontawesome have version 6.0.0 vs 7.0.0? After coming here I figured 6 was the lastest version and I've been debugging a problem...
Hi, this module is cool. But types are a bit off. Current types are missing `icon` prop (it says that Icon has same props as Text): ```typescript declare module "react-native-fontawesome"...
Bumps [react-native](https://github.com/facebook/react-native) from 0.60.4 to 0.62.3. Release notes Sourced from react-native's releases. v0.62.3 This patch release is specifically targetted towards Xcode 12.5. The changes done are tailored to unblock developers...
In IOS 14 it Display Question marks in. import FontAwesome, { SolidIcons } from 'react-native-fontawesome'; ``
I got an error "Unrecognized font family "FontAwesome", after the adding library to the project. How is possible to fix that?
I wonder how much effort will it take to support animating an icon, similar to using the "fa-spin" class for spinner icons - examples at http://fontawesome.io/examples/#animated I'd love to help...
Font Awesome [recently added support for 'Duotone' icons](https://blog.fontawesome.com/introducing-duotone/). These are for Pro use only, but it'd still be good to support it in this package.
Where is the FontAwesome.ttf? Without adding this file to the project library wouldn't work?
iOS uses the `PostScript name` of the font. The Postscript name is changed in the Font Awesome 5.9 and the PostScript name is now `FontAwesome5Free-Solid`
Makes webfonts work in iOS and Android besides having to use different names in 'CSS' style.