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
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...
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, {...
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...
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...
 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...
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_
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...
https://github.com/web-ridge/react-native-paper-dates/blob/master/src/Date/DatePickerModal.tsx#L65