custom font and icons from @expo/vector-icons not showing after building the apk. they do show on development using expo-font aync load.
how to load the font and the custom fonts while using apk without app crashing. currently images are loaded from assets folder perfectly.
When packaging your app for production, you have to bundle the font assets. This can be done by following these steps:
npx react-native linknpm install react-native-vector-iconsReference: medium.com