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

phone-number

Here are 324 public repositories matching this topic...

Simple Text Formetter (Credit Card Number, Phone Number, Serial Number etc.) Can be used in all text inputs according to the format pattern. If desired, large minor character restrictions can be made in the format pattern.
  • Updated Aug 14, 2019
  • Swift
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