We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Backwards compatibility, forwards compatibility
Migrate to rnw19
https://codesandbox.io/p/sandbox/proud-cache-dyz8ff?file=%2Fsrc%2FApp.js
No response
The text was updated successfully, but these errors were encountered:
2106944
[fix] alt text on Image; role on label
e237e12
Close necolas#2666 Fix necolas#2665
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
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
The text was updated successfully, but these errors were encountered: