Stay informed
Subscribe to our newsletter if you'd like to stay informed about Shoutem Extensions and Shoutem UI Toolkit.
ListView component is a base component used to render Lists of items. This component is also used by GridView to create Grid-like menu structures.

<ListView
data={...}
loading={...}
onLoadMore={...}
onRefresh={...}
renderFooter={...}
renderHeader={...}
renderRow={...}
renderSectionHeader={...}
style={...}
/>
data array (state) with additional itemsdata array (state) with new itemsdataSpinner component that appears during initial content loadingRefreshControl component. You can also define refreshControl.tintColor prop in this Style, which is passed to the tintColor prop of the RefreshControl component.