Why were accessible, accessibleState and accessibleValue removed? #2372
Unanswered
finsterwalder
asked this question in
Q&A
Replies: 1 comment 5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ReactNative has AccessibilityProps accessible, accessibleState and accessibleValue.
They used to be available in react native web 0.17 and have been removed in 0.18.
They have been deprecated and removed now, but I can't find an explanation why.
I found that react native web now has replacements in the form of its own accessibility attributes, like accessibilityChecked: true instead of accessibleState: { checked }.
Doesn't that make react native web incompatible to react native? At least for me developing on both platforms, I now have to put in different accessibility attributes for the different platforms, which used to "just work" before.
And what is a replacement for accessible?
Beta Was this translation helpful? Give feedback.
All reactions