React Native ListView is a view component which contains the list of items and displays in a vertical scrollable list . The minimum API to create list view is ListView. DataSource. It populates a simple array of data blobs, and instantiate a ListView component with data source and a renderRow callback.