farhoudshapouran / react-native-ui-datepicker

Customizable React Native 📅 DatePicker component for Android, iOS, and Web. It includes single, range and multiple modes and supports different locales.
https://farhoudshapouran.github.io/react-native-ui-datepicker/
MIT License
272 stars 28 forks source link

Fix: set min date as first date to show when available #94

Open EliranSiboni opened 4 weeks ago

EliranSiboni commented 4 weeks ago

Set the min date as current date, otherwise when you pick a min date in the next month - it will show disabled dates for the whole month.

example: min date set to 03.07.2024 and current date is 05.06.2024

Screenshot 2024-06-05 at 14 31 05