Deploy website

Deploy website version based on 7d55f8367b
This commit is contained in:
Website Deployment Script
2017-12-04 19:05:28 +00:00
parent 7d55f8367b
commit 0348aeaae2
+1 -1
View File
@@ -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>&lt;FlatList&gt;</code></a>.</p>
<a href="/react-native/docs/next/flatlist.html"><code>&lt;FlatList&gt;</code></a>.</p>
<p>Simple Examples:</p>
<pre><code class="hljs">&lt;SectionList
renderItem={({item}) =&gt; &lt;ListItem title={item} /&gt;}