Unrecognized font family 'Octicons'
import Icon from 'react-native-vector-icons/MaterialIcons'
Icon.loadFont();
Unrecognized font family 'Octicons'
import Icon from 'react-native-vector-icons/MaterialIcons'
Icon.loadFont();
unrecognized font family fontawesome react native ios
import Icon from 'react-native-vector-icons/dist/FontAwesome';
Icon.loadFont();
// it works
unrecognized font family react native vector icons ios
# Open info.plist file and add following in UIAppFonts
<key>UIAppFonts</key>
<array>
<string>AntDesign.ttf</string>
<string>Entypo.ttf</string>
<string>EvilIcons.ttf</string>
<string>Feather.ttf</string>
<string>FontAwesome.ttf</string>
<string>FontAwesome5_Brands.ttf</string>
<string>FontAwesome5_Regular.ttf</string>
<string>FontAwesome5_Solid.ttf</string>
<string>Foundation.ttf</string>
<string>Ionicons.ttf</string>
<string>MaterialIcons.ttf</string>
<string>MaterialCommunityIcons.ttf</string>
<string>SimpleLineIcons.ttf</string>
<string>Octicons.ttf</string>
<string>Zocial.ttf</string>
<string>Fontisto.ttf</string>
</array>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us