react-native-paper-dates
react-native-paper-dates copied to clipboard
Smooth and fast cross platform Material Design date and time picker for React Native Paper
When opening either eith DatePickerModal or TimePickerModal on android returns with a crash to download this dependency npm install intl and add this inside src/Time/TimePicker.tsx : import 'intl'; import 'intl/locale-data/jsonp/en';...
I see that there are a number of issues having to do with colors. The react-native-paper project supports themes (https://callstack.github.io/react-native-paper/theming.html). The components in this module could use the react-native-paper theme...
 -----------------------------------  --------------------------------- 
I am trying to get the demo code working in my app but I kept encounter this issue of ` TypeError: undefined is not an object (evaluating 'theme.fonts.medium')` even I...
Enhance some features: 1. Allow rendering custom scroll component in YearPicker that prevent DatePickerModal inside FlatList. 2. Custom "allowEditing" props to enable or disable the "Edit" button via DateInput. Fixed...
When I put the DatePicker inside FlatList then YearPicker doesn't scroll because YearPicker is using FlatList. So I recommend to put a renderScrollComponent inside YearPicker instead.
As it stands, [react-native-paper 5.0.0-rc.4](https://github.com/callstack/react-native-paper/releases/tag/v5.0.0-rc.4) is still in development, but is there any planned support for this in conjunction with this library?
Support for Chinese,Is very helpful to me. 3ks
An image speaks more than a thousand of words: As you can see, the hour `TimeInput` is selected and pm is selected in the `AmPmSwitcher`. Any workaround available until a...