mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-13 22:43:59 +08:00
Fix typo
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:
committed by
Facebook Github Bot
parent
88a98455f6
commit
f7579381cc
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user