Getabalew
Getabalew
Encountering the following error: ``` Missing a11y props. Expected one of: accessibilityRole OR BOTH accessibilityLabel + accessibilityHint OR BOTH accessibilityActions + onAccessibilityAction ``` Despite having a valid `role` value, this...
Closes https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/issues/151 [role](https://reactnative.dev/docs/accessibility#role) prop has precedence over the [accessibilityRole](https://reactnative.dev/docs/accessibility#accessibilityrole) This PR will add support for the `role` prop and add tests for it.