When would you use ScrollView over FlatList or vice-versa?

Technology CommunityCategory: React NativeWhen would you use ScrollView over FlatList or vice-versa?
VietMX Staff asked 3 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