How to Display Contacts using FlatList in React Native

Utkarsha Bakshi
JavaScript in Plain English
5 min readAug 13, 2021

--

Contact list (Source)

Introduction

In this post, I will walk you through the process of displaying a large contact list in a React Native application. There are numerous examples out there which show how to do it but this post is supposed to be a complete example for real-app scenarios where the contact list is quite large in size. I will cover the following things in this post:

--

--