Package Exports
- @react-native-vector-icons/fontawesome
- @react-native-vector-icons/fontawesome/lib/commonjs/index.js
- @react-native-vector-icons/fontawesome/lib/module/index.js
- @react-native-vector-icons/fontawesome/src/index.ts
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@react-native-vector-icons/fontawesome) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
React Native Vector Icons - Fontawesome
Fontawesome font for React Native Vector Icons
See the React Native Vector Icons README for more details.
Installation
npm install @react-native-vector-icons/fontawesome
Usage
import FontAwesome from '@react-native-vector-icons/fontawesome';
// ...
<FontAwesome name="house" color="#ff0000" size={20} />
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT