DEV Community

skptricks
skptricks

Posted on

React Native Vertical ScrollView Example Android

Post Link : React Native Vertical ScrollView Example Android

This tutorial explains how to create simple vertical ScrollView in react native application. The ScrollView is a generic scrolling container that can host multiple components and views. The scrollable items need not be homogeneous, and you can scroll both vertically and horizontally (by setting the horizontal property).

React Native Vertical ScrollView Example Android

Read More...

Top comments (0)