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
Does not announce "selected" on the focus of ProgressBarAndroid Component.
This issue is covered in-depth by parent issue #30842, please check there for more details.
Expected Behavior
Upon focus of an element with the "selected" accessibilityState set to true, the focus announcement should say "selected". Upon change from selected to not selected, no additional announcement should be made, however on state change from unselected to selected, an announcement of "selected" should be made. This works properly on some element, such as <Text>, and not on others, such as <Button>.
The "selected" accessibilityState should correlate with Android's View's "selected" property, which seems to be properly working in most instances. It is likely the components where this doesn't work have problems on the Javascript side, and not the Android side.
React Native version:
0.63
The text was updated successfully, but these errors were encountered:
From facebook/react-native#30958
The text was updated successfully, but these errors were encountered: