React Native module for prolificinteractive/material-calendarview
<MaterialCalendarView
style={styles.calendarView}
onDateChange={(dateObject) => console.log(dateObject)}
day={20}
month={4}
year={2017}
/>
{
date: "Wed Mar 15 00:00:00 AST 2017",
day: 15,
month: 3,
year: 2017
}
onDateChange
(Function) - Callback for date changeday
(Number) - Set the selected day.month
(Number) - Set the selected month.year
(Number) - Set the selected year.
Please open an issue for support.
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.