morenoh149 / react-native-contacts

React Native Contacts
MIT License
1.65k stars 564 forks source link

Access social profiles Facebook, Twitter etc. #650

Closed jensonstack closed 2 years ago

jensonstack commented 2 years ago

Is it possible to get social profiles array like..

"socialProfiles": [
    {
      "label": "twitter",
      "localizedLabel": "twitter",
      "service": "Twitter",
      "localizedService": "Twitter",
      "urlString": "http://twitter.com/12345",
      "userIdentifier": "",
      "username": "12345",
      "identifier": "53698CFA-0125-48FE-84D7-E8372CD99ECD"
    }
  ],
morenoh149 commented 2 years ago

nope. prs welcome.