react-native-unified-contacts icon indicating copy to clipboard operation
react-native-unified-contacts copied to clipboard

Your best friend when working with the latest and greatest Contacts Framework in iOS 9+ in React Native.

Results 24 react-native-unified-contacts issues
Sort by recently updated
recently updated
newest added

I can't get the anniversary event data and contact relationship. Is these features not provided or am i missing something ?

I am acing issue for phoneNumber,emailAddresses etc label check when the device language is other than English.Can they be in English only irrespective of Device language

Hey while writing code for add group it is giving undefined error and not working . I have the group data in my code but group is not making provide...

I am not access my device contact in android device. I set Permission in AndroidManifest.xml file > > > ![screen shot 2018-10-06 at 10 43 30 am](https://user-images.githubusercontent.com/15248145/46567707-0b130880-c955-11e8-9547-c528dc51ad73.png)

As of RN 0.60+, instead of manually dragging iOS libraries into xCode, RN recommends using Cocoapods to install third party native dependencies. Do you guys have a pod somewhere so...

First of all thanks for the lib, I found it very useful and easy to use, just one small issue with this warning, is this something that can be ignored...

![image](https://user-images.githubusercontent.com/28208229/60808509-0ec10d80-a1bb-11e9-8cff-a3e856181204.png) My android version is 9.0, API28. React Native version is 0.59.9. happened when i called function getContacts() like this: Contacts.getContacts( (error, contacts) => { if (error) { console.error(error); }...

**NOTE: This applies to Android 8+ but not Android 7-** One of the most frustrating things about all react-native contacts modules that I have found is that on iOS the...

help wanted
Android

Currently we don't have any automated testing to help protect against regressions. We should add tests.

enhancement
help wanted