morenoh149 / react-native-contacts

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

Feature Request - View Contact #643

Closed chriswait closed 2 years ago

chriswait commented 2 years ago

This library provides a method openExistingContact(contact) to open a contact which already exists on the device, in edit mode.

For some use-cases, it would be handy to be able to open a contact in "View" mode (for example, allowing quick access to the Facetime/Duo buttons).

This could be implemented in a new viewExistingContact method, using the same method signature as openExistingContact (i.e it would take a contact and return a promise which resolves after navigating).