streem / react-native-select-contact

A cross-platform contact selection library for react-native
MIT License
114 stars 50 forks source link

Question about contacts with multiple numbers on Android #49

Closed ahron1 closed 3 years ago

ahron1 commented 3 years ago

As already stated in the description, when a contact has more than one number, on Android, the first number is automatically chosen.

I want to know if there is a way on Android to allow to choose which of the different numbers should be used.

seanadkinson commented 3 years ago

According to the code here, you may need to install the react-native-action-sheet module for Android, as mentioned in the README, in order to get the phone picker ui. I'll close this issue assuming that is what's wrong, but feel free to reopen if needed. Thanks