ScrollView
Learn how to make components scrollable using the ScrollView component.
Mobile applications can contain lots of components. These components can be Image
, TextInput
, View
, and more. Displaying all of them on a single screen can be challenging. This is where the ScrollView
component comes in. It helps us to scroll vertically and horizontally to see all of the data rendered by the application. Furthermore, ScrollView
can have multiple views and components.
Get hands-on with 1400+ tech skills courses.