Closed gsmandur closed 1 year ago
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.
Description
The Text component does not read out the
accessibilityRole
for some types when using VoiceOver on iOS. I noticed it specifically foralert
and there is an older issue here (https://github.com/facebook/react-native/issues/31315) that mentions the same forradiogroup
.Version
0.67.2
Output of
npx react-native info
Steps to reproduce
accessibilityRole="alert"
to a text component.the screen reader will not say "alert" like it is suppose to.
Snack, code example, screenshot, or link to a repository
Code to reproduce:
The workaround for now is to wrap it in a View