expo / react-native-action-sheet

A cross-platform ActionSheet for React Native
MIT License
1.4k stars 226 forks source link

[Android] Screen reader treats title as a selectable option #306

Open BethThomas141 opened 1 year ago

BethThomas141 commented 1 year ago

On android devices, the screen reader behaves unexpectedly. When you open the action sheet on an Android device, a screen reader will first focus on the title of the sheet - however, two problems: 1) The focus outline is around the entire screen as opposed to just the title 2) The screen reader treats the title as a selectable option: It e.g. reads out "Title. Double press to activate" and double pressing just closes the action sheet.

What should happen instead is the initial focus outline should just be on the title, not the entire screen, and it shouldn't say "Double press to activate".