Releases: morenoh149/react-native-contacts
Releases · morenoh149/react-native-contacts
3.1.1
- make android async functions nonblocking
3.1.0
- 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
Version bump 3.0.2
- fixes more issues with android updateContact
3.0.1
- fix update contact bug where phoneNumbers and emails were inserting instead of updating.
3.0.0
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
Clean readme
version 1.0.0
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
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
- getContacts -> getAll
- preliminary android support