Quantcast
Channel: React FlatList renderItem - Stack Overflow
Viewing all articles
Browse latest Browse all 6

Answer by Keshav Gera for React FlatList renderItem

$
0
0
  <FlatList
                data={['1', '2', '3', '4', '5', '6']}
                renderItem={({ item }) => (
                  <Text>{ item }</Text>
                )}
            />

Output 1 2 3 4 5 6


Viewing all articles
Browse latest Browse all 6

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>