Skip to content

Releases: morenoh149/react-native-contacts

3.0.0

09 Jan 00:20
Compare
Choose a tag to compare

Breaking api behavior change:

  • on Android, don't return multiple entries for the same contact. These duplicates are triggered by apps like WhatsApp and would previously need to be filter in application logic. thanks to @Diego-Franco

2.1.3

17 Mar 05:35
Compare
Choose a tag to compare
Clean readme

version 1.0.0

14 Sep 14:55
Compare
Choose a tag to compare

This version bump is mainly motivated by v0.9.1 in which we broke compatibility with RN projects below 0.47.

This version requires RN v0.47+

Changes:

  • adds string search on cntacts for iOS and Android to allow one to search the first, middle or last name of a contact via search.
  • make IOS and Android to put data into both state and region

React Native v0.40 support

14 Feb 20:07
Compare
Choose a tag to compare

This is a breaking change to conform to the changes made upgrading to RN 0.40 (aka RN December 2016).

Other changes:

  • Miscellaneous bugfixes
  • Support prefix, suffix, department on iOS & Android.
  • Support Nickname, Note on iOS.

Preliminary Android Support

17 Oct 18:44
Compare
Choose a tag to compare
  • getContacts -> getAll
  • preliminary android support