FormidableLabs / eslint-plugin-react-native-a11y

React Native specific accessibility linting rules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove touchable as a required word for custom touchable names

knitcodemonkey opened this issue · comments

The goal of issue #11 was to allow users to import Touchable components with custom names, such as Button. Because of that potential for renaming, I don’t think we should limit them to names beginning with Touchable.