FormidableLabs / eslint-plugin-react-native-a11y

React Native specific accessibility linting rules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an option to provide custom names to rules that rely on Touchable* component naming

jevakallio opened this issue · comments

Splitting off from #6, as a further enhancement we could add an array of additional names as an option to rules that rely on specific components names. That way if people have their own custom components that conform to the same accessibility interfaces as e.g. Touchables.

Not sure if this is something people would use, so classifying as least-priority enhancement.