Add support for 'accessible' prop

This commit is contained in:
Nicolas Gallagher
2015-09-07 22:09:16 -07:00
parent 65559f50e6
commit 2750d70a93
7 changed files with 39 additions and 11 deletions
+9
View File
@@ -6,6 +6,15 @@ the wrapped view can be decreased.
## Props
**accessibilityLabel** string
Overrides the text that's read by the screen reader when the user interacts
with the element.
**accessible** bool
When `false`, the view is hidden from screenreaders. Default: `true`.
**activeHighlight** string
Sets the color of the background highlight when `onPressIn` is called. The