Unrecognized font family on iOS simulator with React Native
On Android it takes the name of the file and you are done. On iOS however it is a bit more complex. There are a few steps you should take: Double check the font files are included in the Target in XCode Make sure they are included in the step “Copy Bundle Resources” (add files, … Read more