joshuapinter / react-native-unified-contacts

Your best friend when working with the latest and greatest Contacts Framework in iOS 9+ in React Native.
MIT License
158 stars 56 forks source link

Feature/groups #25

Closed chrise86 closed 7 years ago

chrise86 commented 7 years ago

Adds CNGroup related functions:

Will look at adding the member related functions (adding / removing contacts from group) soon.

Also bumped the version number to 1.3 (I think previous update was 1.2).

joshuapinter commented 7 years ago

@chrise86 This is fantastic, thank you! Merged it into master and I'll publish a new version on npm right now.

Btw, you don't need to update the version number in the PR because typically it gets merged into the master branch and then a new version is generated from the npm version minor command.

joshuapinter commented 7 years ago

Published v1.3.0 to npm. 👍