Deploy website

Deploy website version based on 38a74240f5e62f6d93c20762a1a842426b90f404
This commit is contained in:
Website Deployment Script
2020-03-20 13:53:11 +00:00
parent ead287d472
commit a3786fbe5d
4 changed files with 6 additions and 6 deletions
@@ -256,7 +256,7 @@ Sending stats
Pod installation complete! There are 3 dependencies <span class="hljs-keyword">from</span> the Podfile <span class="hljs-keyword">and</span> 1 total pod installed.
</code></pre>
<blockquote>
<p>If this fails with errors mentioning <code>xcrun</code>, make sure that in Xcode in Preferences &gt; Locations the Command Line Tools are assigned.</p>
<p>If this fails with errors mentioning <code>xcrun</code>, make sure that in Xcode in <strong>Preferences &gt; Locations</strong> the Command Line Tools are assigned.</p>
</blockquote>
<p><block class="swift" /></p>
<blockquote>
@@ -256,7 +256,7 @@ Sending stats
Pod installation complete! There are 3 dependencies <span class="hljs-keyword">from</span> the Podfile <span class="hljs-keyword">and</span> 1 total pod installed.
</code></pre>
<blockquote>
<p>If this fails with errors mentioning <code>xcrun</code>, make sure that in Xcode in Preferences &gt; Locations the Command Line Tools are assigned.</p>
<p>If this fails with errors mentioning <code>xcrun</code>, make sure that in Xcode in <strong>Preferences &gt; Locations</strong> the Command Line Tools are assigned.</p>
</blockquote>
<p><block class="swift" /></p>
<blockquote>
+2 -2
View File
@@ -199,8 +199,8 @@ const styles = StyleSheet.create({
</code></pre>
<p>Returns the scaling factor for font sizes. This is the ratio that is used to calculate the absolute font size, so any elements that heavily depend on that should use this to do calculations.</p>
<ul>
<li>on Android value reflects the user preference set in Settings &gt; Display &gt; Font size,</li>
<li>on iOS it will always return the default pixel ratio.</li>
<li>on Android value reflects the user preference set in <strong>Settings &gt; Display &gt; Font size</strong></li>
<li>on iOS it will always return the default pixel ratio</li>
</ul>
<p>If a font scale is not set, this returns the device pixel ratio.</p>
<hr>
+2 -2
View File
@@ -199,8 +199,8 @@ const styles = StyleSheet.create({
</code></pre>
<p>Returns the scaling factor for font sizes. This is the ratio that is used to calculate the absolute font size, so any elements that heavily depend on that should use this to do calculations.</p>
<ul>
<li>on Android value reflects the user preference set in Settings &gt; Display &gt; Font size,</li>
<li>on iOS it will always return the default pixel ratio.</li>
<li>on Android value reflects the user preference set in <strong>Settings &gt; Display &gt; Font size</strong></li>
<li>on iOS it will always return the default pixel ratio</li>
</ul>
<p>If a font scale is not set, this returns the device pixel ratio.</p>
<hr>