mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
@@ -15,7 +15,7 @@ view stack can lead to errors here, which the element inspector makes
|
||||
easy to debug.</p>
|
||||
<p>Doesn't yet support other contained responders from blocking this scroll
|
||||
view from becoming the responder.</p>
|
||||
<p><code><ScrollView></code> vs <a href="/react-native/flatlist.md"><code><FlatList></code></a> - which one to use?</p>
|
||||
<p><code><ScrollView></code> vs <a href="/react-native/docs/flatlist.html"><code><FlatList></code></a> - which one to use?</p>
|
||||
<p><code>ScrollView</code> simply renders all its react child components at once. That
|
||||
makes it very easy to understand and use.</p>
|
||||
<p>On the other hand, this has a performance downside. Imagine you have a very
|
||||
|
||||
Reference in New Issue
Block a user