we know our react-native default fonts are San Francisco for iOS and Roboto for android .
Read moreHow do I change the font in react native?
The easiest way to install custom fonts to your RN project is do as follows:
Read moreHow do I link fonts in react native?
Add custom fonts using the command react-native link.
Read moreHow do I set the default font family for entire app react native?
Call the setCustomText function and pass your props/styles into the function. setCustomText(customTextProps); And then all react-native Text components will have your declared fontFamily along with any other props/styles you provide.2 May 2016
Read moreHow do I style a font in react native?
How to add fonts for different font weights for react-native android project?
Read moreHow do I change my font family in react native?
The easiest way to install custom fonts to your RN project is do as follows:
Read moreHow do I add a font to family react native?
Show activity on this post.
Read more