You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Accessibility property "accessibilityRole" in Header should not be hardcoded to "adjustable". It should be variable.
Noticed weird behaviour, when scrolling with one finger while the header was focused. It somehow ignored every boundary I set and showed duplicate months in a list. Changing the accessibilityRole fixed the issue for us.
The text was updated successfully, but these errors were encountered:
Abhisflyingsoon
added a commit
to Abhisflyingsoon/react-native-calendars
that referenced
this issue
Sep 11, 2024
Description
Accessibility property "accessibilityRole" in Header should not be hardcoded to "adjustable". It should be variable.
Noticed weird behaviour, when scrolling with one finger while the header was focused. It somehow ignored every boundary I set and showed duplicate months in a list. Changing the accessibilityRole fixed the issue for us.
The text was updated successfully, but these errors were encountered: