React Native MantineTheming

Custom Fonts

Load and configure custom fonts with ThemeProvider

Import: import { Custom Fonts } from 'react-native-mantine';

Usage

# Example: Installing Roboto font
npx expo install @expo-google-fonts/roboto

# Example: Installing Inter font
npx expo install @expo-google-fonts/inter

# Example: Installing multiple weights of Nunito Sans
npx expo install @expo-google-fonts/nunito-sans

Source on GitHub · npm