Deploy website

Deploy website version based on 95993d91be632ac4fc5d84873b407e0cea63c643
This commit is contained in:
Website Deployment Script
2020-02-07 16:39:51 +00:00
parent 40114b807a
commit 6ea70264da
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -81,9 +81,9 @@
<p><a href="https://facebook.github.io/react-native/docs/layout-props#flexdirection"><code>flexDirection</code></a> controls the direction in which the children of a node are laid out. This is also referred to as the <em>main axis</em>. The cross axis is the axis perpendicular to the main axis, or the axis which the wrapping lines are laid out in.</p>
<ul>
<li><p><code>row</code> Align children from left to right. If wrapping is enabled, then the next line will start under the first item on the left of the container.</p></li>
<li><p><code>column</code> (<strong>default value</strong>) Align children from top to bottom. If wrapping is enabled, then the next line will start to the left first item on the top of the container.</p></li>
<li><p><code>column</code> (<strong>default value</strong>) Align children from top to bottom. If wrapping is enabled, then the next line will start to the right of the first item on the top of the container.</p></li>
<li><p><code>row-reverse</code> Align children from right to left. If wrapping is enabled, then the next line will start under the first item on the right of the container.</p></li>
<li><p><code>column-reverse</code> Align children from bottom to top. If wrapping is enabled, then the next line will start to the left first item on the bottom of the container.</p></li>
<li><p><code>column-reverse</code> Align children from bottom to top. If wrapping is enabled, then the next line will start to the right of the first item on the bottom of the container.</p></li>
</ul>
<p>You can learn more <a href="https://yogalayout.com/docs/flex-direction">here</a>.</p>
<div class="snack-player"><div class="mobile-friendly-snack" style="display: none"><pre><code class="hljs css javascript"><span class="hljs-keyword">import</span> React, { Component } <span class="hljs-keyword">from</span> <span class="hljs-string">'react'</span>;
+2 -2
View File
@@ -81,9 +81,9 @@
<p><a href="https://facebook.github.io/react-native/docs/layout-props#flexdirection"><code>flexDirection</code></a> controls the direction in which the children of a node are laid out. This is also referred to as the <em>main axis</em>. The cross axis is the axis perpendicular to the main axis, or the axis which the wrapping lines are laid out in.</p>
<ul>
<li><p><code>row</code> Align children from left to right. If wrapping is enabled, then the next line will start under the first item on the left of the container.</p></li>
<li><p><code>column</code> (<strong>default value</strong>) Align children from top to bottom. If wrapping is enabled, then the next line will start to the left first item on the top of the container.</p></li>
<li><p><code>column</code> (<strong>default value</strong>) Align children from top to bottom. If wrapping is enabled, then the next line will start to the right of the first item on the top of the container.</p></li>
<li><p><code>row-reverse</code> Align children from right to left. If wrapping is enabled, then the next line will start under the first item on the right of the container.</p></li>
<li><p><code>column-reverse</code> Align children from bottom to top. If wrapping is enabled, then the next line will start to the left first item on the bottom of the container.</p></li>
<li><p><code>column-reverse</code> Align children from bottom to top. If wrapping is enabled, then the next line will start to the right of the first item on the bottom of the container.</p></li>
</ul>
<p>You can learn more <a href="https://yogalayout.com/docs/flex-direction">here</a>.</p>
<div class="snack-player"><div class="mobile-friendly-snack" style="display: none"><pre><code class="hljs css javascript"><span class="hljs-keyword">import</span> React, { Component } <span class="hljs-keyword">from</span> <span class="hljs-string">'react'</span>;