react-native-contacts

React Native Contacts

MIT License

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

Published by morenoh149 over 4 years ago

  • minor bugfix for loading contacts on ios
react-native-contacts - 5.2.1

Published by morenoh149 over 4 years ago

  • fix dark mode on latest ios
  • fix nill error on ios 13
react-native-contacts - 5.2.0

Published by morenoh149 over 4 years ago

  • add support for returning contact notes
  • add instant messaging support
  • fix bug when updating account type
react-native-contacts - 5.1.0

Published by morenoh149 over 4 years ago

  • added ios only method iosEnableNotesUsage for accessing note contacts
  • reduced build size of package by npmignoring the example app
  • make bridge run using serial_executor instead of the
    thread_pool_executor
react-native-contacts - 5.0.7

Published by morenoh149 almost 5 years ago

* fix android null fields
* fix json in exampleversion 5.07
react-native-contacts - 5.0.6

Published by morenoh149 almost 5 years ago

  • fix ios crash
  • remove android permission for legacy apis
  • add missing typescript definition
  • do stuff when open contact form
react-native-contacts - 5.0.5

Published by morenoh149 almost 5 years ago

react-native-contacts - 5.0.4

Published by morenoh149 about 5 years ago

  • bugfix, do not crash when fetching a record that does not exist
  • new api, can request native count of contacts. Avoids having to load all contacts into js in order to count them.
react-native-contacts - 5.0.3

Published by morenoh149 about 5 years ago

adds new api getContactsByPhoneNumber

react-native-contacts - 5.0.2

Published by morenoh149 over 5 years ago

  • fix thumbnail paths
  • fix build on ios 13 by omitting notes
react-native-contacts -

Published by morenoh149 over 5 years ago

  • bug fix for returning iOS contacts
  • fix for androidx build issues
react-native-contacts - Android X api 28

Published by morenoh149 over 5 years ago

fix build on modern android versions

react-native-contacts - 4.0.2

Published by morenoh149 over 5 years ago

Fix bug in android for null birthdays

react-native-contacts - update ios thumbnail previews

Published by morenoh149 over 5 years ago

react-native-contacts -

Published by morenoh149 over 5 years ago

  • make android return contacts matching string in name and company name. Makes Android behavior match iOS behavior.
react-native-contacts - 3.1.5

Published by morenoh149 over 5 years ago

  • add getContactById
react-native-contacts - Pie release! 🥧

Published by morenoh149 over 5 years ago

Pie release! 🥧

  • fixes android when writing or updating contacts
react-native-contacts -

Published by morenoh149 over 5 years ago

react-native-contacts - 3.1.2

Published by morenoh149 over 5 years ago

  • fixes gradle warning on android
react-native-contacts - 3.1.1

Published by morenoh149 almost 6 years ago

  • make android async functions nonblocking