Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to access contact list in react native app

Tags:

react-native

I am developing a complete mobile CRM, as part of the development I need to access and modify contact list over the phone.

Which is the best plugin to use for this purpose?

like image 612
Manzoor Samad Avatar asked Apr 03 '17 16:04

Manzoor Samad


2 Answers

Look at React Native Contacts, found here

like image 140
diatrevolo Avatar answered Oct 07 '22 01:10

diatrevolo


If you're using expo, then you'd better use expo-contacts. I've found it really easy to use.

like image 40
webjaros Avatar answered Oct 07 '22 01:10

webjaros