When would you use ScrollView over FlatList or vice-versa? Technology Community › Category: React Native › When would you use ScrollView over FlatList or vice-versa? 0 Vote Up Vote Down VietMX Staff asked 4 years ago Do you need to render a list of similar items from an array or the data is very big? Use FlatList Do you need to render generic content in a scrollable container and the data is small? Use ScrollView