Introduction
The ScrollView component lets you show content that is bigger than the screen by allowing the user to scroll up and down or sideways.
When you have a list of items that is too long to fit on one screen.
When you want to show a long article or text that the user can scroll through.
When you have a form with many input fields that don't fit on the screen at once.
When you want to create a horizontal gallery of images that the user can swipe through.