react-native-progress-view / progress-view

ProgressView Component for react-native iOS/macOS/Windows
MIT License
176 stars 49 forks source link

Add accessibilityLabel support #144

Closed YajurG closed 11 months ago

YajurG commented 11 months ago

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: Screenshot (41)

After: Screenshot (40)

Yajur-Grover commented 1 day ago

@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.