links: React Native MOC
How to handle both react-native-vector-icons and custom fonts?
When a custom font is added to assets/fonts folder, npx react-native link command should be run. The problem with this command is it also adds vector-icons to the build step in android and iOS. In order to remove the vector icons added to android and ios folder you can run npx react-native unlink react-native-vector-icons
tags: fonts, react-native
sources: