Error using app Unrecognized font family 'Rubik-Regular'
. App works fine after dismissing. Just posting this since I could not resolve it through other issues I found online.
Also, unable to load RestaurantsApp
until I upgraded RN 0.38.
Will post a PR if I am able to resolve.
I had the same issue even after trying to link it again, but restarting the app using
react-native run-ios
resolved the issue for meHi, Same issue here. And neither
react-native link
orreact-native run-ios
solve the issue.EDIT: I think it comes from the fact that I use RN 0.40.
Same issue, none of linking or rerunning the app worked. Any updates on this issue?
@ojardila @paduvi I found a fix. You have to add the fonts file in Xcode and re run it. Follow this example https://github.com/oblador/react-native-vector-icons#installation . see the option manually and whichever font u include in ur app also include it in Xcode.
Happy coding 🙂
I’m just trying out Shoutem UI and got the same error…
Why it is closed? Same issue
react-native 0.40.0
A resolution is that drag the folder ‘node_modules/@shoutem/ui/fonts’ to your project in Xcode. And then edit Info.plist, add a property called Fonts provided by application and add the fonts to the list. Like this:

Broken in 0.41.2 as well. @SoHotSoup can we get this reopened please? It seems like the vast majority are experiencing this bug.
@dazziola I can really promise you we will release a new version next week, and really sorry for this issue.