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
Starts Monday or Sunday According to international standard ISO 8601, Monday is the first day of the week. It is followed by Tuesday, Wednesday, Thursday, Friday, and Saturday. Sunday is...

HelperText will take up space even when not visible. The recommended fix is to render it conditionally: [react-native-paper/issues/2316](https://github.com/callstack/react-native-paper/issues/2316). This can lead to weird looking empty spaces and sometimes the HelperText...
 I am using hermes and polyfill, at first I was using another locale but I changed it back to en but it doesn't seem to fix it. I also...
We need to have tests. Especially for the date utils and the grid generator
We're using react-native-paper in our project and have a custom theme. We're finding that: * When we use our custom primary color in the theme, when selecting date ranges the...
E.g. could be if the user is in Thailand but he is ordering something in the Netherlands (if your shop is Dutch) Then you would like to show the calendar...
I get this error after upgrade: [react-native-paper-dates] undefined is not registered, key: save at node_modules/react-native-paper-dates/src/Date/DayNames.tsx:29:54 in React.useMemo$argument_0
It should be possible to select start day = end day without switching to keyboard mode.
DatePickerModal componen allows the mobile user to write the date on themselves. I would like to know if there's an chance that I could stop that from happening. Maybe with...