maggialejandro/react-native-calendario

Need Year Selection

arunkumar-pyt opened this issue · 4 comments

Need year selection if I press month header

That can be implemented by adding a custom render prop here

{showMonthTitle && <MonthTitle name={monthName} theme={theme} />}

PR's are welcome!

Please kindly give me sample code for month header custom rendering with clickable

It's not implemented, you can modify that line adding a custom prop to Calendar, something like

renderMonthTitle?: (monthName: string, theme?: ThemeType) => ReactElement;

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You may also mark this issue as a "discussion" and I will leave this open.