React native paper dates DatePickerInput modal customization
I am using developing react native on the web, using react-native-paper-dates to show a DatePickerInput on the website, and am able to customize the colors of the date input – but not the modal date picker that comes out of it.
How to change font family of button and text input in React Native Paper?
I’ve just started using React Native Paper and I’ve gone through the documentation but I’m not able to see how I can change font family of button and text input. I’m also not able to find anything online. Could you please help me.
The cursor becomes large on a different phone when I use TextInput from react-native-paper
I have a problem. I use a Samsung S20 with Android 14, and my tester uses a Xiaomi with Android 11. I use TextInput from react-native-paper
. When I test it on my phone, everything is normal, but when my tester runs it, it looks different. Here is my code:
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.