Deploy website

Deploy website version based on a149b0b9a0d733e57e7b88b2c596a0286bac5aa1
This commit is contained in:
Website Deployment Script
2019-05-24 10:34:22 +00:00
parent 900a9219d3
commit 299e300bd9
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ const styles = StyleSheet.create({
<ul>
<li><code>'never'</code> (the default), tapping outside of the focused text input when the keyboard is up dismisses the keyboard. When this happens, children won't receive the tap.</li>
<li><code>'always'</code>, the keyboard will not dismiss automatically, and the scroll view will not catch taps, but children of the scroll view can catch taps.</li>
<li><code>'handled'</code>, the keyboard will not dismiss automatically when the tap was handled by a children, (or captured by an ancestor).</li>
<li><code>'handled'</code>, the keyboard will not dismiss automatically when the tap was handled by children of the scroll view (or captured by an ancestor).</li>
<li><code>false</code>, <strong><em>deprecated</em></strong>, use 'never' instead</li>
<li><code>true</code>, <strong><em>deprecated</em></strong>, use 'always' instead</li>
</ul>
+1 -1
View File
@@ -204,7 +204,7 @@ const styles = StyleSheet.create({
<ul>
<li><code>'never'</code> (the default), tapping outside of the focused text input when the keyboard is up dismisses the keyboard. When this happens, children won't receive the tap.</li>
<li><code>'always'</code>, the keyboard will not dismiss automatically, and the scroll view will not catch taps, but children of the scroll view can catch taps.</li>
<li><code>'handled'</code>, the keyboard will not dismiss automatically when the tap was handled by a children, (or captured by an ancestor).</li>
<li><code>'handled'</code>, the keyboard will not dismiss automatically when the tap was handled by children of the scroll view (or captured by an ancestor).</li>
<li><code>false</code>, <strong><em>deprecated</em></strong>, use 'never' instead</li>
<li><code>true</code>, <strong><em>deprecated</em></strong>, use 'always' instead</li>
</ul>
+1 -1
View File
@@ -204,7 +204,7 @@ const styles = StyleSheet.create({
<ul>
<li><code>'never'</code> (the default), tapping outside of the focused text input when the keyboard is up dismisses the keyboard. When this happens, children won't receive the tap.</li>
<li><code>'always'</code>, the keyboard will not dismiss automatically, and the scroll view will not catch taps, but children of the scroll view can catch taps.</li>
<li><code>'handled'</code>, the keyboard will not dismiss automatically when the tap was handled by a children, (or captured by an ancestor).</li>
<li><code>'handled'</code>, the keyboard will not dismiss automatically when the tap was handled by children of the scroll view (or captured by an ancestor).</li>
<li><code>false</code>, deprecated, use 'never' instead</li>
<li><code>true</code>, deprecated, use 'always' instead</li>
</ul>
+1 -1
View File
@@ -204,7 +204,7 @@ const styles = StyleSheet.create({
<ul>
<li><code>'never'</code> (the default), tapping outside of the focused text input when the keyboard is up dismisses the keyboard. When this happens, children won't receive the tap.</li>
<li><code>'always'</code>, the keyboard will not dismiss automatically, and the scroll view will not catch taps, but children of the scroll view can catch taps.</li>
<li><code>'handled'</code>, the keyboard will not dismiss automatically when the tap was handled by a children, (or captured by an ancestor).</li>
<li><code>'handled'</code>, the keyboard will not dismiss automatically when the tap was handled by children of the scroll view (or captured by an ancestor).</li>
<li><code>false</code>, deprecated, use 'never' instead</li>
<li><code>true</code>, deprecated, use 'always' instead</li>
</ul>