added baseline and setIsReferenceBaseline doc in yoga website

Summary: Added docs for align-items BASELINE property and yoga node setIsReferenceBaseline property in yoga website

Reviewed By: davidaurelio

Differential Revision: D13359436

fbshipit-source-id: 34cbb1087c70d44ec6462048cc2a819daf5951e0
This commit is contained in:
Sidharth Guglani
2018-12-12 05:55:30 -08:00
committed by Facebook Github Bot
parent e522b2dee4
commit 440c719190

View File

@@ -18,6 +18,8 @@ applying to the main axis, `align items` applies to the cross axis.
**CENTER** Align children of a container in the center of the container's cross axis.
**BASELINE** Align children of a container along a common baseline. Individual children can be set to be the reference baseline for their parents.
<controls prop="alignItems"></controls>
## Align Self