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

@@ -28,7 +28,7 @@ the next line will start to the left first item on the bottom of the container.
style={{
width: 200,
height: 200,
padding: 20,
padding: 10,
flexDirection: 'column'
}}>
<Node style={{margin: 5, height: 50, width: 50}} />