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

View File

@@ -7,7 +7,11 @@ and child content.
**accessibilityLabel** string
The text that's read by the screen reader when the user interacts with the image.
The text that's read by a screenreader when someone interacts with the image.
**accessible** bool
When `false`, the view is hidden from screenreaders. Default: `true`.
**children** any