diff --git a/src/components/Text/index.js b/src/components/Text/index.js index bdfe1d63..44e48552 100644 --- a/src/components/Text/index.js +++ b/src/components/Text/index.js @@ -12,7 +12,7 @@ class Text extends Component { static propTypes = { ...BaseComponentPropTypes, - accessibilityRole: PropTypes.oneOf([ 'heading', 'link' ]), + accessibilityRole: PropTypes.oneOf([ 'button', 'heading', 'link', 'listitem' ]), children: PropTypes.any, numberOfLines: PropTypes.number, onLayout: PropTypes.func,