wix / react-native-calendars

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

Fixes issue #2526 #2527

Open Abhisflyingsoon opened 2 months ago

Abhisflyingsoon commented 2 months ago

This should fix the issue of the hardcoded accessbilityRole issue in the header component. It was causing problem with the Voicover/Talkback Screenreader functionality, it was suggesting wrong accessbilityActions when the header was in focus.

Abhisflyingsoon commented 2 months ago

Fixes issue https://github.com/wix/react-native-calendars/issues/2526

Inbal-Tish commented 2 months ago

@Abhisflyingsoon Thank you for the PR. Please add a description to summarize the issue and your solution to it.