react-native-material-design-styles
react-native-material-design-styles copied to clipboard
Suggested way of installing Roboto/Noto fonts?
Just wondering how you recommend adding the required fonts.
:+1: I'm looking for an install guide so I can get around this message in IOS:
Unrecognized font family "Roboto,Noto,sans-serif"
Did you have any luck with that? Thanks!
Hi everyone, I was having the same problem.
What I did was install the fonts on iOS by creating a assets folder, inserting the Roboto fonts there, and adding the following code:
"rnpm": { "assets": ["assets"] }
Then using react-native link.
Then I had to set the fontFamily to only 'Roboto' as this lib sets multiple fontFamily and this does not work on iOS (probably in Android too)
Hi @Trackmob, Still getting this issue - can you please elaborate?
Where to create the assets folder?
How do I "insert" the roboto font?
Where do I add the code "rnpm": { "assets": ["assets"] }?
Thanks!