Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add accessibilityLabel support #144

Conversation

YajurG
Copy link
Contributor

@YajurG YajurG commented Nov 29, 2023

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: microsoft/react-native-gallery#368

Screenshots to show changes:

Before:
Screenshot (41)

After:
Screenshot (40)

@YajurG YajurG requested a review from Naturalclar as a code owner November 29, 2023 23:39
@YajurG YajurG changed the title Added accessibilityLabel support Add accessibilityLabel support Nov 30, 2023
Copy link
Member

@Naturalclar Naturalclar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you!

@Naturalclar Naturalclar merged commit 0e6a959 into react-native-progress-view:master Dec 12, 2023
5 of 6 checks passed
@Yajur-Grover
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants