mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Deploy website
Deploy website version based on a149b0b9a0d733e57e7b88b2c596a0286bac5aa1
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user