Add justify content documentation (#1598)
Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1598 tisa Reviewed By: NickGerleman Differential Revision: D54778011 fbshipit-source-id: d1a38a88da3e8534577f87ea410bd8d8b3ecc6be
This commit is contained in:
committed by
Facebook GitHub Bot
parent
654a7753df
commit
aed6f015bf
@@ -17,7 +17,7 @@ Display controls which layout specification to follow.
|
||||
style={{
|
||||
width: 200,
|
||||
height: 200,
|
||||
padding: 20,
|
||||
padding: 10,
|
||||
}}>
|
||||
<Node style={{margin: 5, height: 50, display: 'flex'}} />
|
||||
<Node style={{margin: 5, height: 50, display: 'none'}} />
|
||||
|
Reference in New Issue
Block a user