Reputation: 3017
I need your help. Do you know any way to access email address of phone contacts on the react-native?
I found there are some components like 'react-native contacts', 'react-native addressbook-ios'. But I do not know whether I can get contacts' email addresses?
Upvotes: 3
Views: 2234
Reputation: 571
If you are using Create React Native App
bootstrap, then you have the Expo API
which includes a call for Contacts
Upvotes: 0
Reputation: 953
Using rt2zz/react-native-contacts you can retrieve all the information in the phone's contacts including email address.
Upvotes: 3