react-native-paper-dates
react-native-paper-dates copied to clipboard
visual glitch with predefined startDate in Date Range
when i predefine a startDate in the range calendar, i get this visual glitch. It goes away when i choose a new startDate in the calendar.
I think you don't have the right startDate of the morning of that date in your locale
I'm going to close this, but feel free to reopen if this is still an issue. I experienced the same problem and was able to resolve it by using the startOfDay function from date-fns found here. PS - I'm using en locale.