React Native Destructuring Props part 5

Publicado em: 01 Janeiro 1970
no canal de: Coders flow
22
0

React Native provides a set of components for displaying data lists. Generally you want to use either FlatList or SectionList.

The FlatList component displays a scrolling list of variable but similarly structured data. FlatList works well for long lists of data where the number of items may change over time. Unlike the more general ScrollView, FlatList renders only the elements currently displayed on the screen, not all of them at once.

The FlatList component requires two props: data and renderItem. data is a source of information for the list. renderItem takes one item from the source and returns the formatted component for rendering.


Nesta página do site você pode assistir ao vídeo on-line React Native Destructuring Props part 5 duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Coders flow 01 Janeiro 1970, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 22 vezes e gostou 0 espectadores. Boa visualização!