FormidableLabs / eslint-plugin-react-native-a11y

React Native specific accessibility linting rules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Verify that accessibilityLiveRegion values are valid

alex-saunders opened this issue · comments

the accessibilityLiveRegion prop only accepts the following values:

  • none: Accessibility services should not announce changes to this view.
  • polite: Accessibility services should announce changes to this view.
  • assertive: Accessibility services should interrupt ongoing speech to immediately announce changes to this view.

(https://facebook.github.io/react-native/docs/accessibility.html#accessibilityliveregion-android)