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

It would be nice to allow styling in some ways to change the design provided by global theme from react-native-paper. In my opinion the most straightforward solution would be to...

enhancement

use date-order `${year}${yearUnit} ${monthName}` in East-Asia ex) 2021년 7월 (Korean) 2020年 7月 (Chinese-speaking area) so i patch like node_modules/react-native-paper-dates/lib/module/Date/Month.js ``` @@ -205,7 +205,7 @@ function Month(props) { }, /*#__PURE__*/React.createElement(Text, {...

help wanted

This PR adds standard react-native-paper theme attribute support for all exported components to close [#73](https://github.com/web-ridge/react-native-paper-dates/issues/73) - [x] Add standard theme attribute to `DatePickerModal` - [x] Add standard theme attribute to...

ready to merge!

DIsabling a field in datapickermodal

question
needs works

Per #85, added an optional rangeOpacity prop to allow for different opacity levels for light mode. p.s. This is my first time ever contributing to an open source project so...

needs works

![5](https://user-images.githubusercontent.com/19596995/131562232-d85ba4ac-0399-4f9a-92ba-efc78966d3b1.png) If the user types at the middle of the input in this screen, the date isn't updated. Line 79-81 of `TextInputMask.tsx` file should be fixed like this if you...

bug
enhancement
high priority

I'd like also the possibility to select only month and year. It's a common use case to select just the month and the year. _Originally posted by @francesco-clementi-92 in https://github.com/web-ridge/react-native-paper-dates/issues/80#issuecomment-869005131_

enhancement
Low priority

Hi, I'm trying to remove the year picker in the modal but so far I'm not finding a solution for this. The year picker shows the years from 1800 to...

enhancement

https://github.com/web-ridge/react-native-paper-dates/blob/master/src/Date/DatePickerModal.tsx#L65

enhancement