Deploy website

Deploy website version based on 5934ff9305e3849ebaa4c1c5586e91dbf730f28d
This commit is contained in:
Website Deployment Script
2020-02-05 16:57:03 +00:00
parent ed1d3e2ba7
commit 40114b807a
4 changed files with 24 additions and 24 deletions
+6 -6
View File
@@ -155,17 +155,17 @@
<p>You will need to add some optional modules in <code>android/app/build.gradle</code>, depending on the needs of your app.</p>
<pre><code class="hljs css language-gradle"><span class="hljs-keyword">dependencies</span> {
<span class="hljs-comment">// If your app supports Android versions before Ice Cream Sandwich (API level 14)</span>
implementation <span class="hljs-string">'com.facebook.fresco:animated-base-support:1.10.0'</span>
implementation <span class="hljs-string">'com.facebook.fresco:animated-base-support:1.3.0'</span>
<span class="hljs-comment">// For animated GIF support</span>
implementation <span class="hljs-string">'com.facebook.fresco:animated-gif:1.12.0'</span>
implementation <span class="hljs-string">'com.facebook.fresco:animated-gif:2.0.0'</span>
<span class="hljs-comment">// For WebP support, including animated WebP</span>
implementation <span class="hljs-string">'com.facebook.fresco:animated-webp:1.10.0'</span>
implementation <span class="hljs-string">'com.facebook.fresco:webpsupport:1.10.0'</span>
implementation <span class="hljs-string">'com.facebook.fresco:animated-webp:2.1.0'</span>
implementation <span class="hljs-string">'com.facebook.fresco:webpsupport:2.0.0'</span>
<span class="hljs-comment">// For WebP support, without animations</span>
implementation <span class="hljs-string">'com.facebook.fresco:webpsupport:1.10.0'</span>
implementation <span class="hljs-string">'com.facebook.fresco:webpsupport:2.0.0'</span>
}
</code></pre>
<hr>
@@ -266,7 +266,7 @@
</table>
<hr>
<h3><a class="anchor" aria-hidden="true" id="resizemode"></a><a href="#resizemode" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a><code>resizeMode</code></h3>
<p>Determines how to resize the image when the frame doesn't match the raw image dimensions.</p>
<p>Determines how to resize the image when the frame doesn't match the raw image dimensions. Defaults to <code>cover</code>.</p>
<ul>
<li><p><code>cover</code>: Scale the image uniformly (maintain the image's aspect ratio) so that both dimensions (width and height) of the image will be equal to or larger than the corresponding dimension of the view (minus padding).</p></li>
<li><p><code>contain</code>: Scale the image uniformly (maintain the image's aspect ratio) so that both dimensions (width and height) of the image will be equal to or less than the corresponding dimension of the view (minus padding).</p></li>
+6 -6
View File
@@ -155,17 +155,17 @@
<p>You will need to add some optional modules in <code>android/app/build.gradle</code>, depending on the needs of your app.</p>
<pre><code class="hljs css language-gradle"><span class="hljs-keyword">dependencies</span> {
<span class="hljs-comment">// If your app supports Android versions before Ice Cream Sandwich (API level 14)</span>
implementation <span class="hljs-string">'com.facebook.fresco:animated-base-support:1.10.0'</span>
implementation <span class="hljs-string">'com.facebook.fresco:animated-base-support:1.3.0'</span>
<span class="hljs-comment">// For animated GIF support</span>
implementation <span class="hljs-string">'com.facebook.fresco:animated-gif:1.12.0'</span>
implementation <span class="hljs-string">'com.facebook.fresco:animated-gif:2.0.0'</span>
<span class="hljs-comment">// For WebP support, including animated WebP</span>
implementation <span class="hljs-string">'com.facebook.fresco:animated-webp:1.10.0'</span>
implementation <span class="hljs-string">'com.facebook.fresco:webpsupport:1.10.0'</span>
implementation <span class="hljs-string">'com.facebook.fresco:animated-webp:2.1.0'</span>
implementation <span class="hljs-string">'com.facebook.fresco:webpsupport:2.0.0'</span>
<span class="hljs-comment">// For WebP support, without animations</span>
implementation <span class="hljs-string">'com.facebook.fresco:webpsupport:1.10.0'</span>
implementation <span class="hljs-string">'com.facebook.fresco:webpsupport:2.0.0'</span>
}
</code></pre>
<hr>
@@ -266,7 +266,7 @@
</table>
<hr>
<h3><a class="anchor" aria-hidden="true" id="resizemode"></a><a href="#resizemode" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a><code>resizeMode</code></h3>
<p>Determines how to resize the image when the frame doesn't match the raw image dimensions.</p>
<p>Determines how to resize the image when the frame doesn't match the raw image dimensions. Defaults to <code>cover</code>.</p>
<ul>
<li><p><code>cover</code>: Scale the image uniformly (maintain the image's aspect ratio) so that both dimensions (width and height) of the image will be equal to or larger than the corresponding dimension of the view (minus padding).</p></li>
<li><p><code>contain</code>: Scale the image uniformly (maintain the image's aspect ratio) so that both dimensions (width and height) of the image will be equal to or less than the corresponding dimension of the view (minus padding).</p></li>
+6 -6
View File
@@ -155,17 +155,17 @@
<p>You will need to add some optional modules in <code>android/app/build.gradle</code>, depending on the needs of your app.</p>
<pre><code class="hljs css language-gradle"><span class="hljs-keyword">dependencies</span> {
<span class="hljs-comment">// If your app supports Android versions before Ice Cream Sandwich (API level 14)</span>
implementation <span class="hljs-string">'com.facebook.fresco:animated-base-support:1.10.0'</span>
implementation <span class="hljs-string">'com.facebook.fresco:animated-base-support:1.3.0'</span>
<span class="hljs-comment">// For animated GIF support</span>
implementation <span class="hljs-string">'com.facebook.fresco:animated-gif:1.12.0'</span>
implementation <span class="hljs-string">'com.facebook.fresco:animated-gif:2.0.0'</span>
<span class="hljs-comment">// For WebP support, including animated WebP</span>
implementation <span class="hljs-string">'com.facebook.fresco:animated-webp:1.10.0'</span>
implementation <span class="hljs-string">'com.facebook.fresco:webpsupport:1.10.0'</span>
implementation <span class="hljs-string">'com.facebook.fresco:animated-webp:2.1.0'</span>
implementation <span class="hljs-string">'com.facebook.fresco:webpsupport:2.0.0'</span>
<span class="hljs-comment">// For WebP support, without animations</span>
implementation <span class="hljs-string">'com.facebook.fresco:webpsupport:1.10.0'</span>
implementation <span class="hljs-string">'com.facebook.fresco:webpsupport:2.0.0'</span>
}
</code></pre>
<hr>
@@ -266,7 +266,7 @@
</table>
<hr>
<h3><a class="anchor" aria-hidden="true" id="resizemode"></a><a href="#resizemode" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a><code>resizeMode</code></h3>
<p>Determines how to resize the image when the frame doesn't match the raw image dimensions.</p>
<p>Determines how to resize the image when the frame doesn't match the raw image dimensions. Defaults to <code>cover</code>.</p>
<ul>
<li><p><code>cover</code>: Scale the image uniformly (maintain the image's aspect ratio) so that both dimensions (width and height) of the image will be equal to or larger than the corresponding dimension of the view (minus padding).</p></li>
<li><p><code>contain</code>: Scale the image uniformly (maintain the image's aspect ratio) so that both dimensions (width and height) of the image will be equal to or less than the corresponding dimension of the view (minus padding).</p></li>
+6 -6
View File
@@ -155,17 +155,17 @@
<p>You will need to add some optional modules in <code>android/app/build.gradle</code>, depending on the needs of your app.</p>
<pre><code class="hljs css language-gradle"><span class="hljs-keyword">dependencies</span> {
<span class="hljs-comment">// If your app supports Android versions before Ice Cream Sandwich (API level 14)</span>
implementation <span class="hljs-string">'com.facebook.fresco:animated-base-support:1.10.0'</span>
implementation <span class="hljs-string">'com.facebook.fresco:animated-base-support:1.3.0'</span>
<span class="hljs-comment">// For animated GIF support</span>
implementation <span class="hljs-string">'com.facebook.fresco:animated-gif:1.12.0'</span>
implementation <span class="hljs-string">'com.facebook.fresco:animated-gif:2.0.0'</span>
<span class="hljs-comment">// For WebP support, including animated WebP</span>
implementation <span class="hljs-string">'com.facebook.fresco:animated-webp:1.10.0'</span>
implementation <span class="hljs-string">'com.facebook.fresco:webpsupport:1.10.0'</span>
implementation <span class="hljs-string">'com.facebook.fresco:animated-webp:2.1.0'</span>
implementation <span class="hljs-string">'com.facebook.fresco:webpsupport:2.0.0'</span>
<span class="hljs-comment">// For WebP support, without animations</span>
implementation <span class="hljs-string">'com.facebook.fresco:webpsupport:1.10.0'</span>
implementation <span class="hljs-string">'com.facebook.fresco:webpsupport:2.0.0'</span>
}
</code></pre>
<hr>
@@ -266,7 +266,7 @@
</table>
<hr>
<h3><a class="anchor" aria-hidden="true" id="resizemode"></a><a href="#resizemode" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a><code>resizeMode</code></h3>
<p>Determines how to resize the image when the frame doesn't match the raw image dimensions.</p>
<p>Determines how to resize the image when the frame doesn't match the raw image dimensions. Defaults to <code>cover</code>.</p>
<ul>
<li><p><code>cover</code>: Scale the image uniformly (maintain the image's aspect ratio) so that both dimensions (width and height) of the image will be equal to or larger than the corresponding dimension of the view (minus padding).</p></li>
<li><p><code>contain</code>: Scale the image uniformly (maintain the image's aspect ratio) so that both dimensions (width and height) of the image will be equal to or less than the corresponding dimension of the view (minus padding).</p></li>