Skip to content

Releases: morenoh149/react-native-contacts

5.1.0

Choose a tag to compare

@morenoh149 morenoh149 released this 11 Mar 17:57
fd68dab
  • 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

5.0.7

Choose a tag to compare

@morenoh149 morenoh149 released this 21 Jan 19:52
* fix android null fields
* fix json in exampleversion 5.07

5.0.6

Choose a tag to compare

@morenoh149 morenoh149 released this 17 Dec 16:12
  • fix ios crash
  • remove android permission for legacy apis
  • add missing typescript definition
  • do stuff when open contact form

5.0.5

Choose a tag to compare

@morenoh149 morenoh149 released this 09 Dec 20:33
  • fixes back button text in new contact form #461

5.0.4

Choose a tag to compare

@morenoh149 morenoh149 released this 26 Sep 23:50
  • 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.

5.0.3

Choose a tag to compare

@morenoh149 morenoh149 released this 05 Sep 16:46

adds new api getContactsByPhoneNumber

5.0.2

Choose a tag to compare

@morenoh149 morenoh149 released this 19 Jul 21:20
  • fix thumbnail paths
  • fix build on ios 13 by omitting notes

5.0.1

Choose a tag to compare

@morenoh149 morenoh149 released this 05 Jul 19:33
  • bug fix for returning iOS contacts
  • fix for androidx build issues

Android X api 28

Choose a tag to compare

@morenoh149 morenoh149 released this 25 Jun 01:20

fix build on modern android versions

4.0.2

Choose a tag to compare

@morenoh149 morenoh149 released this 11 May 05:03

Fix bug in android for null birthdays