The Wayback Machine - https://web.archive.org/web/20201021110701/https://github.com/topics/unified
Skip to content
#

unified

Here are 124 public repositories matching this topic...

react-native-unified-contacts
jimmythompson
jimmythompson commented Jun 21, 2018

Hey folks,

When someone has added a contact in iOS (and I assume the same in Android) without adding any phone numbers for them, the return value from the getContacts call is a little weird.

In this case, I expected the getContacts call to return an empty list:

{
  contacts: [{
    phoneNumbers: []
  }]
}

But, at least as of 0a67cdb, it omits the field entirely

Improve this page

Add a description, image, and links to the unified topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the unified topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.