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

Accessibility migration from react native web 18 to 19 is broken #2665

Closed
1 task done
ayroblu opened this issue May 11, 2024 · 1 comment
Closed
1 task done

Accessibility migration from react native web 18 to 19 is broken #2665

ayroblu opened this issue May 11, 2024 · 1 comment
Labels

Comments

@ayroblu
Copy link
Contributor

ayroblu commented May 11, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Describe the issue

I've been doing the migration from React Native 18 to 19 and noticed a couple of bugs

accessibilityLabel for Image doesn't fill the alt text, have to use aria-label
role=label for View doesn't work, have to use accessibilityRole

Expected behavior

Backwards compatibility, forwards compatibility

Steps to reproduce

Migrate to rnw19

Test case

https://codesandbox.io/p/sandbox/proud-cache-dyz8ff?file=%2Fsrc%2FApp.js

Additional comments

No response

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

Successfully merging a pull request may close this issue.

1 participant