Currently, ProgressView doesn't appear to support accessibilityLabel, and the UIA Name property is always null on ProgressView components. This is an accessibility compliance issue for Windows apps, and is blocking the React Native Windows team on this issue: https://github.com/microsoft/react-native-gallery/issues/368
@Naturalclar is it possible for this to be included in a release? Looking at the latest package 1.4.2, this change is not included and is a blocker for React Native Windows accessibility compliance.
Adds accessibilityLabel support to ProgressView.
Currently, ProgressView doesn't appear to support accessibilityLabel, and the UIA Name property is always null on ProgressView components. This is an accessibility compliance issue for Windows apps, and is blocking the React Native Windows team on this issue: https://github.com/microsoft/react-native-gallery/issues/368
Screenshots to show changes:
Before:
After: