Skip to content

Troubleshooting

Chelsea Troy edited this page Nov 2, 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

If the app builds fine in dev and from testflight but keeps getting rejected in the app store for crashing on launch:

https://chelseatroy.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-01-at-8.22.24-PM.png