morenoh149 / react-native-contacts

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

GetAll on Android not returning if we have a lot of contacts. #626

Closed CodeXpertsDev closed 3 years ago

CodeXpertsDev commented 3 years ago

I am using react-native-contacts library in one of my app, and we are having an issue where getAll contacts method is not returning at all if device has a lot of contacts. In our case tester has over 4000 contacts (yes he is very popular :p)

CodeXpertsDev commented 3 years ago

@morenoh149 Any help we can get here.

morenoh149 commented 3 years ago

@CodeXpertsDev the api needs to support pagination (like most web apis). See https://github.com/morenoh149/react-native-contacts/issues/226