What is the use of ScrollView component?

Technology CommunityCategory: React NativeWhat is the use of ScrollView component?
VietMX Staff asked 3 years ago
  • The ScrollView is a generic scrolling container that can contain multiple components and views. The scrollable items need not be homogeneous, and you can scroll both vertically and horizontally (by setting the horizontal property).
  • ScrollView renders all its react child components at once, but this has a performance downside.