From e112594a48cd7d35d7630a545097045fa1d03d3f Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Sun, 4 Aug 2019 14:05:21 +0000 Subject: [PATCH] Deploy website Deploy website version based on 0d9c77c1de9f1b9bd81fa033a2b53aab856bb25a --- docs/next/flexbox.html | 2 +- docs/next/flexbox/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/next/flexbox.html b/docs/next/flexbox.html index 6b6ac7213f4..bda58d0b5ac 100644 --- a/docs/next/flexbox.html +++ b/docs/next/flexbox.html @@ -80,7 +80,7 @@

In the following example the red, yellow and the green views are all children in the container view that have flex: 1 set. The red view uses flex: 1 , the yellow view uses flex: 2 and the green view uses flex: 3 . 1+2+3 = 6 which means that the red view will get 1/6 of the space, the yellow 2/6 of the space and the green 3/6 of the space.

Flex

Flex Direction

-

flexDirection controls the direction in which children of a node are laid out. This is also referred to as the main axis. The cross axis the the axis perpendicular to the main axis, or the axis which wrapping lines are laid out in.

+

flexDirection controls the direction in which the children of a node are laid out. This is also referred to as the main axis. The cross axis is the axis perpendicular to the main axis, or the axis which the wrapping lines are laid out in.