Should I Use ScrollView or FlatList?
This question concerns many software developers, sometimes even experienced hands. It is because, in React Native, FlatList and ScrollView components can be used to display lists of content and enable scrolling.
This question concerns many software developers, sometimes even experienced hands. It is because, in React Native, FlatList and ScrollView components can be used to display lists of content and enable scrolling.