The ListView Component is an inbuilt React Native view component that displays a list of items in a vertically scrollable list . It requires a ListView. DataSource API to populate a simple array of data blobs and instantiate the ListView component with a data source and a renderRow callback.
What is list view react-native?
The ListView Component is an inbuilt React Native view component that displays a list of items in a vertically scrollable list . It requires a ListView. DataSource API to populate a simple array of data blobs and instantiate the ListView component with a data source and a renderRow callback.