Documentation edits; transfer props

This commit is contained in:
Nicolas Gallagher
2015-09-07 13:14:09 -07:00
parent 0f42cd83e1
commit 38e4de76cd
4 changed files with 28 additions and 17 deletions

View File

@@ -12,6 +12,8 @@ container.
## Props
NOTE: `Text` will transfer all other props to the rendered HTML element.
**children** any
Child content

View File

@@ -1,11 +1,13 @@
# View
`View` is the fundamental UI building block. It is a component that supports
style, layout with flexbox, and accessibility controls. It can be nested
style, layout with flexbox, and accessibility controls. It can be nested
inside another `View` and has 0-to-many children of any type.
## Props
NOTE: `View` will transfer all other props to the rendered HTML element.
**accessibilityLabel** string
Overrides the text that's read by the screen reader when the user interacts