morenoh149 / react-native-contacts

React Native Contacts
MIT License
1.64k stars 560 forks source link

iOS unable to access Prefix & suffix among other fields. #703

Closed jacstrong closed 1 year ago

jacstrong commented 1 year ago

I'm currently having this same issue. Using react-native-contacts@7.0.5 and getAll() does not return prefix or suffix on contacts that have them.

// results from Contacts.getAll()
[
  otherResults,
  {
    "company": "",
    "emailAddresses": [],
    "familyName": "",
    "givenName": "FirstName",
    "hasThumbnail": true,
    "imAddresses": [],
    "jobTitle": "",
    "middleName": "",
    "phoneNumbers": [],
    "postalAddresses": [],
    "recordID": "25A5D381-E893-445F-9A5C-BD97314ED1B9:ABPerson",
    "thumbnailPath": "...",
    "urlAddresses": []
  }
]

Simulator Screen Shot - iPhone 14 - 2023-01-31 at 20 43 15

morenoh149 commented 1 year ago

Does android store prefix?

github-actions[bot] commented 1 year ago

This issue is stale, please provide more information about the status