akveo / react-native-ui-kitten

:boom: React Native UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode
https://akveo.github.io/react-native-ui-kitten/
MIT License
10.19k stars 952 forks source link

Calendar example does not match between code and actual component #1775

Open dfz2019 opened 10 months ago

dfz2019 commented 10 months ago

💬 Question

Hi team, thanks for the excellent work about the UI library, I really love it!

Inside the Calendar component of the doc, there is a section about:

To render custom cells, renderDay, renderMonth and renderYear properties may be used.

From the component, it seems there is some custom rendering of date cell (there is price at the bottom of each date cell)

Screenshot 2023-09-03 at 11 49 23 PM

However the code view does not have the renderDay. Is there a mismatch?

Also, I would like to check with the team if it is possible that we preserve the normal rendering but we append some more content to the cell? e.g. a bar at the bottom of cell. The reason is that I do want to preserve the current rendering but still append some more contents.

UI Kitten and Eva version

Package Version
@eva-design/eva
@ui-kitten/components
BlackBear69420 commented 1 month ago

did you find the code?