we know our react-native default fonts are San Francisco for iOS and Roboto for android .
Read moreHow do I link fonts in react native?
Add custom fonts using the command react-native link.
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 more