mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-04-26 13:35:24 +08:00
Add support for 'accessible' prop
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user