react-native-contacts

React Native Contacts

MIT License

Stars
1.6K
Committers
146
react-native-contacts - 3.1.0

Published by morenoh149 almost 6 years ago

  • fix openContactForm behavior, it now returns the contact. Also fix
    thumbnail saves.
  • add openExistingContact, launches native contact app with the
    selected contact
  • add writePhotoToPath, on android saves thumbnail to given path
react-native-contacts -

Published by morenoh149 almost 6 years ago

  • fixes more issues with android updateContact
react-native-contacts - 3.0.1

Published by morenoh149 almost 6 years ago

  • fix update contact bug where phoneNumbers and emails were inserting instead of updating.
react-native-contacts - 3.0.0

Published by morenoh149 almost 6 years ago

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
react-native-contacts - 2.1.3

Published by morenoh149 over 6 years ago

react-native-contacts - version 1.0.0

Published by morenoh149 about 7 years ago

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-contacts - React Native v0.40 support

Published by morenoh149 over 7 years ago

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.
react-native-contacts - Preliminary Android Support

Published by rt2zz about 9 years ago

  • getContacts -> getAll
  • preliminary android support