Open andrewmcd1 opened 7 months ago
any chance someone has had time to take a look at this?
@peacechen any chance you could take a look?
Thanks @white-room for contributing this feature. Added a few comments. Please also resolve the conflicts in this PR.
Thanks @andrewmcd1 for making those changes. I missed the Readme documenting the renderDay prop. The date param has changed.
@andrewmcd1 A number of other PRs have recently been merged and a release needs to be done soon. Can you take a look at my comments? Please test this in the sample app too.
This PR introduces a new prop,
renderDay
, to enhance the customization capabilities ofreact-native-calendar-picker
. With this addition, users can now provide a custom component to render each day in the calendar according to their specific requirements.Changes Introduced:
renderDay
.Why is this change necessary? The ability to customize the rendering of individual days in the calendar is a highly requested feature from our user community. By introducing the
renderDay
prop, we empower users to tailor the calendar's appearance and behavior to suit their unique application needs.How to Use: To utilize the new
renderDay
prop:react-native-calendar-picker
component.renderDay
prop, specifying how each day should be rendered.This enhancement enriches the versatility of
react-native-calendar-picker
, empowering developers to create more tailored and engaging calendar experiences within their React Native applications.