Error 1 : Unrecognized font family ionicons
The solution that worked for me after going to many answers in internet was :
- Close the running packager
- Run react-native link react-native-vector-icons
- Then run react-native start --reset-cache
- Finally run react-native run-ios to restart the simulator