morenoh149 / react-native-contacts

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

Feature/view contact #644

Closed chriswait closed 2 years ago

chriswait commented 2 years ago

This PR adds a new method (for both iOS and Android) which allows users to open an existing contact not in edit mode.

This method is new, so there are no expected changes in behaviour on either platform. I have modified the example app to invoke this method upon a "long press" of one of the contacts.

An initial test plan for this feature:

  1. Install the example app on a simulator
  2. Long-press one of the contact rows

Expected behaviour: The contact is opened, but the contact details are shown not in edit mode.

Here is a gif of the iOS simulator, showing the current onPress behaviour, followed by the new "View" behaviour Simulator Screen Recording - iPhone 12 - 2021-10-28 at 19 21 01

chriswait commented 2 years ago

Closes #643