mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
@@ -18,7 +18,7 @@
|
||||
<li>Scroll loading.</li>
|
||||
</ul>
|
||||
<p>If you don't need section support and want a simpler interface, use
|
||||
<a href="/react-native/flatlist.md"><code><FlatList></code></a>.</p>
|
||||
<a href="/react-native/docs/next/flatlist.html"><code><FlatList></code></a>.</p>
|
||||
<p>Simple Examples:</p>
|
||||
<pre><code class="hljs"><SectionList
|
||||
renderItem={({item}) => <ListItem title={item} />}
|
||||
|
||||
Reference in New Issue
Block a user