-
Notifications
You must be signed in to change notification settings - Fork 24.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
accessibilityActions is causing problems with accessible props (Android - accessibility) #29715
Comments
|
Hi @felire thanks for the issue. Sorry you're having trouble, could you verify this occurs on the latest version? |
@safaiyeh The bug is still happening on the latest version of RN. Tested on |
hi, this is also happening with in version |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
This issue should be resolved by #30851 once that issue is closed as part of the Improved React Native Accessibility Project |
a solution, as done with Text onPress and onLongPress, is setting focusable={true} when prop |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
Description
Hi! This is an easy problem to describe.
We have this piece of code:
Where the
accessibilityProps
are these:Me and me team found that
accessible
andaccessibilityActions
can't coexist. I mean, if I want to use this like it's described above. When I click on the first Text or on the second the screen reader will read that text instead of selecting the entire View, which is wrong because the accessible prop is set to trueReact Native version:
We are using
0.61.5
Steps To Reproduce
Those are explained above
Expected Results
The expected result is that both props can coexist and everything works as it should. Those Text shouldn't be accessibles based on Docs.
The text was updated successfully, but these errors were encountered: