We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
With react-native-vector-icons:
$ npm install react-native-vector-icons --save $ react-native link react-native-vector-icons
Or when encountering a red screen on the emulator referencing an issue with FontAwesome from the vector icons, try:
$ yarn add react-native-vector-icons $ react-native start --reset-cache