stephy / CalendarPicker

CalendarPicker Component for React Native
802 stars 371 forks source link

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

Open jeanhules2 opened 7 months ago

jeanhules2 commented 7 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 7 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.