wix / react-native-calendars

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

Weekdays not aligned with the dates in ExpandableCalender when showWeekNumbers is enabled #2500

Open bravesoul349 opened 3 months ago

bravesoul349 commented 3 months ago

Description

Weekdays are not aligned with dates when showWeekNumbers={true} in ExpandableCalendar and the view is collapsed.

Expected Behavior

Either week numbers should be visible in WeekCalender so that dates align with weekdays or alignment of the weekdays should be adjusted as per the WeekCalender dates.

Observed Behavior

Week number is not shown in WeekCalender nor the weekdays are adjusted to align with the dates of WeekCalender

Environment

Please run these commands in the project folder and fill in their results:

Also specify:

  1. iPhone 15 Pro Max & iOS 17.5.1

Screenshots

https://github.com/user-attachments/assets/e0eed15a-4208-4480-af6a-5351914a16c6

nainaag17 commented 2 weeks ago

@bravesoul349 Have you found the solution for this ? I am also facing the same issue