Recent News

Categories

Harshal-31. Mai 2023
0 Comments

Unlike the more generic ScrollView, the FlatList only renders elements that are currently visible on the screen, not all the elements at once. FlatList provides a performance boost over ScrollView as FlatList creates a card at runtime when the user starts scrolling the page. I start by incorporating accessibility features from the beginning of the […]