Skip to content

Troubleshooting

Chelsea Troy edited this page Jul 16, 2020 · 9 revisions

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