wix / react-native-calendars

React Native Calendar Components 🗓️ 📆
MIT License
9.6k stars 2.96k forks source link

"day" value of Calendar dosn't shown except markingType={"period"} #2487

Open hyunjoebrother opened 5 months ago

hyunjoebrother commented 5 months ago

When i setting Calendar markingType={"period"}, day value shown at Component

스크린샷 2024-06-24 오후 3 20 51


But, when i setting another markingType like "multi-dot" day value dosnt shown at Component.

스크린샷 2024-06-24 오후 3 20 55

However, i just checking console of day value by "onDayPress", day value is "exist" at component, cuz its appear at console. Day value JUST do not show at layout....

스크린샷 2024-06-24 오후 3 20 51

ANYONE have same issue?!?! ;( FINDING someone who meet this problem OR solve this problem

"react-native-calendars": "^1.1305.0", "react-native": "0.73.6"

k3sha7 commented 5 months ago

Could you please provide more information or share your code for inspection?