RSD accessibility linting #275
hentry-paul
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am evaluating an option to do accessibility linting for the react native components which are created using react-strict-dom. First I tried with
eslint-plugin-react-native-a11yand it didn’t throw any a11y related issues when running lint. Then, I tried witheslint-plugin-jsx-a11yand added custom component mapping inside eslint config to map react-strict-dom components to jsx tags and this didn’t flag any a11y issues as well. What would be the better way to handle accessibility linting when we use RSD with react-native? Thanks!Beta Was this translation helpful? Give feedback.
All reactions