react-native-paper-dates icon indicating copy to clipboard operation
react-native-paper-dates copied to clipboard

Smooth and fast cross platform Material Design date and time picker for React Native Paper

Results 118 react-native-paper-dates issues
Sort by recently updated
recently updated
newest added

enhancement
help wanted
needs more info

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...

![2022-09-19_19h57_41](https://user-images.githubusercontent.com/28202010/191083219-32376c31-9170-4992-939a-cedb19d42c22.png) ----------------------------------- ![2022-09-19_19h59_44](https://user-images.githubusercontent.com/28202010/191083286-601ba1c7-8429-48e4-9fbf-a93107f66713.png) --------------------------------- ![2022-09-19_19h58_04](https://user-images.githubusercontent.com/28202010/191083319-b299409f-d304-4a67-98d4-4159818ed3d2.png)

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?

enhancement

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...