stephy / CalendarPicker

CalendarPicker Component for React Native
807 stars 372 forks source link

Is it possible to add a checkbox to each day of the month? #368

Open jeanhules2 opened 9 months ago

jeanhules2 commented 9 months ago

Looking to utilize this package for a future project and was curious if it's possible to append a checkbox/custom component to each day of the week?

peacechen commented 9 months ago

That feature isn't available yet. This is a community supported project and you're welcome to create a PR to add it. Supporting user-defined components may require a significant redesign. I recommend refactoring to function components first to make that cleaner.