React-native-vector-icons: Unrecognized font family

Created on 16 Jan 2017  路  6Comments  路  Source: oblador/react-native-vector-icons

I'm always getting this error
bildschirmfoto 2017-01-16 um 15 40 48

Most helpful comment

Red screen with "Unrecognized font family" error on iOS

Make sure you've added manually the reference of your .ttf on your xcodeproj Resources folder.
Check that the font you are trying to use appears in Info.plist, if you've added the whole folder and it's blue in color, then you need to add it to the path.
Check that the font is copied in the Copy Bundle Resources in Build Phases.
Recompile the project.

I did it and it doesn't work

All 6 comments

no awnser :(

This is answered so many times and is mentioned in the troubleshooting section, please use the search function.

ir was answered so many times but none of the answers helped me

Then you need to re-read them and not skip any steps.

Red screen with "Unrecognized font family" error on iOS

Make sure you've added manually the reference of your .ttf on your xcodeproj Resources folder.
Check that the font you are trying to use appears in Info.plist, if you've added the whole folder and it's blue in color, then you need to add it to the path.
Check that the font is copied in the Copy Bundle Resources in Build Phases.
Recompile the project.

I did it and it doesn't work

react-native link eventually solved a related problem for MaterialIcons

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jszcl picture jszcl  路  3Comments

tharrington picture tharrington  路  4Comments

alihesari picture alihesari  路  3Comments

semnyqu picture semnyqu  路  3Comments

fevzican picture fevzican  路  3Comments