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
@@ -19,7 +19,7 @@ The `aspect ratio` property in Yoga has the following properties:
|
||||
style={{
|
||||
width: 200,
|
||||
height: 200,
|
||||
padding: 20,
|
||||
padding: 10,
|
||||
}}>
|
||||
<Node style={{margin: 5, height: 50, aspectRatio: 1.0}} />
|
||||
<Node style={{margin: 5, height: 50, aspectRatio: 1.5}} />
|
||||
|
Reference in New Issue
Block a user