packages/fontawesome-pro-sharp-light/README.md
Fontawesome Pro Sharp Light font for React Native Vector Icons
See the React Native Vector Icons README for more details.
[!IMPORTANT] This package does not include the fonts. You must provide them yourself.
npm install @react-native-vector-icons/fontawesome-pro-sharp-light
This package requires you to provide the font files. Place your .ttf font
file in the following location:
rnvi-fonts/fontawesome-pro-sharp-light/fa-sharp-light-300.ttf
The font will be automatically copied during the build process for both iOS and Android.
import { FontAwesomeProSharpLight } from '@react-native-vector-icons/fontawesome-pro-sharp-light';
// ...
<FontAwesomeProSharpLight name="house" color="#ff0000" size={20} />
Prior to version 12, the version of this font package tracked the upstream version.
The table below tracks which font version is included in each package version.
| RNVI version | Upstream version |
|---|---|
| > 0.1.0 | 7.1.0 |
| > 0.1.1 | 7.2.0 |
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT