FormidableLabs / eslint-plugin-react-native-a11y

React Native specific accessibility linting rules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enforce "has-accessibility-props" on `Pressable`

caass opened this issue · comments

Pressable is the preferred API to Touchable, it would be nice to have this linting rule also apply to Pressable components as well.

commented

hey @caass

Pressable is already considered one of the defaultTouchables. If you've noticed an issue with a particular rule and Pressable, please feel free to open another issue.

thanks!