.ttf or .otf font files across iOS and Android. This guide explains how to install, configure, and use them correctly.
Add Your Font Files
Create a folder in your project to store font files:Register Fonts With React Native
Create or editreact-native.config.js at the root of your project:
- Android:
android/app/src/main/assets/fonts - iOS:
ios/YourProject/Resources
Android Setup
React Native automatically loads fonts from:- File names must not contain spaces.
- Android uses the file name, not the internal font name.