react-native-paged-contacts icon indicating copy to clipboard operation
react-native-paged-contacts copied to clipboard

Contacts with no email no phone on Android are not fetched

Open silyevsk opened this issue 7 years ago • 7 comments

On Android, contacts with no email and with no phone are not fetched, while such contacts are fetched on iOS

silyevsk avatar May 24 '17 11:05 silyevsk

The API supports providing fields. Does this issue occur if you ask only for these specific fields, or does it happen all the time?

LeoNatan avatar May 24 '17 11:05 LeoNatan

I tried it with [PagedContacts.displayName, PagedContacts.phoneNumbers, PagedContacts.emailAddresses].

silyevsk avatar May 24 '17 12:05 silyevsk

Not good. It should return the name.

LeoNatan avatar May 24 '17 13:05 LeoNatan

I meet the same issue. Could you possibly fix it @LeoNatan

anhuy1989 avatar Apr 09 '18 04:04 anhuy1989

I am not an Android developer and I no longer maintain this library.

@auval

LeoNatan avatar Apr 09 '18 08:04 LeoNatan

I have fixed this issue on PR #22 @auval Could you possibly help me take a look? Thanks

anhuy1989 avatar Apr 13 '18 14:04 anhuy1989

I think this should be fixed by #24

yedidyak avatar Apr 24 '18 11:04 yedidyak