calendar-date-picker
v1.0.3
Published
React Native Component that presents a calendar with a set of selectable dates.
Downloads
9
Maintainers
Readme
calendar-date-picker
This React Native component provides a view that allows the user to select a single date from a set of available dates. The view contains a list of month calendars, where only months with available dates are displayed.
Props
- dates - Array of date strings in format 'YYYY-MM-DD'. These are the date selection options
- onSelectDate - Callback when date selection is made, returns a moment object
- primaryColor - Color string used for month labels and date options