Default

What is SectionList in React Native

Why We Use Section List in React Native – In this tutorial we are going to discuss about “What is SectionList in React Native“, SectionList component allow you to create a list of content which is broken up into scrollable sections. SectionLists are same as Flat -list but in the sectionList you extend the FlatList functionality even…

Default

How to Implement Pagination in React Native

React Native FlatList Pagination – Pagination is the process of separating data into different pages and in this tutorial will explain you “How to Implement Pagination in React Native” or how to add pagination to your flatlist while scrolling, we implement the pagination without using any third party library. Output Example – Importance of pagination…