1.0.3 • Published 7 years ago

calendar-date-picker v1.0.3

Weekly downloads
9
License
Apache-2.0
Repository
-
Last release
7 years ago

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
1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago