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:
Joe Vilches
2024-03-12 11:31:46 -07:00
committed by Facebook GitHub Bot
parent 654a7753df
commit aed6f015bf
4 changed files with 41 additions and 3 deletions

View File

@@ -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'}} />