Summary: Closes https://github.com/facebook/react-native/pull/15208

Differential Revision: D5497862

Pulled By: javache

fbshipit-source-id: c4ace0deebf339aad037675fc32210b1a9c316eb
This commit is contained in:
amin roosta 2017-07-26 07:07:32 -07:00 committed by Facebook Github Bot
parent 88a98455f6
commit f7579381cc
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ var LayoutPropTypes = {
'space-around'
]),
/** `overflow` controls how a children are measured and displayed.
/** `overflow` controls how children are measured and displayed.
* `overflow: hidden` causes views to be clipped while `overflow: scroll`
* causes views to be measured independently of their parents main axis.
* It works like `overflow` in CSS (default: visible).