react-native-android-material-calendar-view
react-native-android-material-calendar-view copied to clipboard
Material CalendarView for Android using React Native
Material CalendarView for Android using React Native
React Native module for prolificinteractive/material-calendarview
Example
<MaterialCalendarView
style={styles.calendarView}
onDateChange={(dateObject) => console.log(dateObject)}
day={20}
month={4}
year={2017}
/>
Callback object
{
date: "Wed Mar 15 00:00:00 AST 2017",
day: 15,
month: 3,
year: 2017
}
Props
-
onDateChange
(Function) - Callback for date change -
day
(Number) - Set the selected day. -
month
(Number) - Set the selected month. -
year
(Number) - Set the selected year.
Support
Please open an issue for support.
Contributing
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.
License
- MIT