The Wayback Machine - https://web.archive.org/web/20201129090405/https://github.com/topics/phone-number
Skip to content
#

phone-number

Here are 290 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 phone-number 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 phone-number topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.