react-native-unified-contacts -> when this will be supported by expo?

I wanna be able to use this function

Select a Single Contact

This will launch the stock Contacts app and allow you to select a particular Contact, returning the Contact card to your app. Android Only

Contacts.selectContact( (error, contact) => { if (error) { console.error(error); } else { console.log(contact); } });

Hey @unutoiul,

We have no concrete plans to support this right now. I would suggest creating a Feature Request explaining the functionality you want added to our Contacts module.

Cheers,
Adam

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.