You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently upgraded React Native Paper from version 2 to version 3 and am struggling to make custom fonts work. I updated my app to use the new theme management, using the exact format in the Fonts documentation, except replacing sans-serif with montserrat and montserrat-bold, etc. These fonts have been loaded using Expo's font loading systems in Expo SDK 35.0.0. However, in the app now, all RNPaper <Text /> components are using the system default font rather than montserrat. I was wondering whether there's further documentation or if I'm missing something here.
Thanks
The text was updated successfully, but these errors were encountered:
Ask your Question
Hello,
I recently upgraded React Native Paper from version 2 to version 3 and am struggling to make custom fonts work. I updated my app to use the new theme management, using the exact format in the Fonts documentation, except replacing sans-serif with montserrat and montserrat-bold, etc. These fonts have been loaded using Expo's font loading systems in Expo SDK 35.0.0. However, in the app now, all RNPaper
<Text />
components are using the system default font rather than montserrat. I was wondering whether there's further documentation or if I'm missing something here.Thanks
The text was updated successfully, but these errors were encountered: