Deploy website

Deploy website version based on c3affdb360
This commit is contained in:
Website Deployment Script
2018-05-07 21:05:51 +00:00
parent c3affdb360
commit e05b352293
+14
View File
@@ -40,6 +40,7 @@
<li><a href="/react-native/docs/next/webview.html#onloadstart"><code>onLoadStart</code></a></li>
<li><a href="/react-native/docs/next/webview.html#onmessage"><code>onMessage</code></a></li>
<li><a href="/react-native/docs/next/webview.html#onnavigationstatechange"><code>onNavigationStateChange</code></a></li>
<li><a href="/react-native/docs/next/webview.html#originwhitelist"><code>originWhitelist</code></a></li>
<li><a href="/react-native/docs/next/webview.html#rendererror"><code>renderError</code></a></li>
<li><a href="/react-native/docs/next/webview.html#renderloading"><code>renderLoading</code></a></li>
<li><a href="/react-native/docs/next/webview.html#scalespagetofit"><code>scalesPageToFit</code></a></li>
@@ -203,6 +204,19 @@
</tbody>
</table>
<hr>
<h3><a class="anchor" aria-hidden="true" id="originwhitelist"></a><a href="#originwhitelist" aria-hidden="true" class="hash-link" ><svg 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>originWhitelist</code></h3>
<p>List of origin strings to allow being navigated to. The strings allow wildcards and get matched against <em>just</em> the origin (not the full URL).
If the user taps to navigate to a new page but the new page is not in this whitelist, the URL will be handled by the OS.
The default whitelisted origins are &quot;http://<em>&quot; and &quot;https://</em>&quot;.</p>
<table>
<thead>
<tr><th>Type</th><th>Required</th></tr>
</thead>
<tbody>
<tr><td>array of strings</td><td>No</td></tr>
</tbody>
</table>
<hr>
<h3><a class="anchor" aria-hidden="true" id="rendererror"></a><a href="#rendererror" aria-hidden="true" class="hash-link" ><svg 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>renderError</code></h3>
<p>Function that returns a view to show if there's an error.</p>
<table>