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

feat: Add possibility to select initial view #63

Closed sebimarkgraf closed 4 months ago

sebimarkgraf commented 4 months ago

This does allow to select the view that is opened first with the calendar. Especially useful, when selecting dates such as birthdays where the range is potentially quite huge.

I am unsure about the intialView naming, another alternative I considered was startLevel, but I wanted to wait for your feedback.