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
Fix #355. # Read below ⚠️ ## POSSIBLE SOLUTION AT THE MOMENT  Is not **100% ok**, we should improve it. I was able to made scrollable the calendar...
### Current behaviour When you open the modal of datepicker input on landscape, you cannot scroll to see more dates It's fixed. And also breaks the layout. But if you...
### Current behaviour @RichardLindhout @iM-GeeKy I tried in 3 differents laptops and I always use yarn. I tried to install doing `yarn bootstrap` and nothing is happening. All time I...
For example  (from react-native-calendars)
The textinput mode does not change in modal, here is my code ` setInputDate(d)} inputMode={'end'} locale={'en'} />` the input changes mode in screen, but not in modal, here the image:...
Hi, Version 0.11.10 is being used when implementing react-native-paper-dates in range mode, when entering to edit dates manually, the format is not applied, nor is the status of the entered...
### Current behaviour The multiple dates picker appears to gradually get slower the more dates that are selected. This seems to be more noticeable on iOS as opposed to Android...
With this update, you can choose to highlight any date in the calendar. This is useful for our project because we want to show our users which dates have events...
I know this is not that much a thing about this library, but it is the only one causing me issues with typechecking. I have a react native app using...
**Is your feature request related to a problem? Please describe.** My team is building a timesheet application and we have some use cases where we don't want to allow our...