Relative Content

Tag Archive for react-nativereact-native-paper

Using discovered online documentation, cannot render NotoSans fonts in react-native-paper …DefaultTheme customization

I am using the DefaultTheme and then overriding colors and that works, when I added font customizations according to documentation I have found, I get a type error on PaperProvider theme. And, when I run npm run start the application, I don’t get any rendering of the landing page. When I remove the font configuration from the theme override, I get the page but no custom fonts.