To get phone contacts in the react-native application, it provides a package called react-native-contacts. This package provides you with all the contacts and their info from your mobile device.
Installation:
npm install react-native-contacts –save
For ios:
cd ios && pod install