-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added renderDay #375
base: master
Are you sure you want to change the base?
Added renderDay #375
Conversation
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. |
@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. |
@peacechen Is there any way I could get a review for this? |
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.