To create a scrollable list in React Native, you would use the ________ component.

  • Button
  • FlatList
  • ScrollView
  • TextInput
In React Native, to create a scrollable list, you would typically use the ScrollView component. ScrollView provides a container for scrolling content, allowing you to display a list of items that can be scrolled through vertically or horizontally. TextInput, Button, and FlatList are not typically used for creating scrollable lists in React Native.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *