react-native-paged-contacts
react-native-paged-contacts copied to clipboard
Paged contacts for React Native
Hi, It would be nice if we could pull the list in alphabetical order. Would you consider such a development?
…. (Android only). Improved performance.
Hello Guys! getThumbnailImageDate is too slow because we need to transfer a lot of base64 images from native to js and again to native to show Contact List. Can you...
On Android, contacts with no email and with no phone are not fetched, while such contacts are fetched on iOS
In Android, `setNameMatch` followed by `getContactsWithRange` will return all contacts regardless of page size.
It would be very beneficial for those who follow a cocoapods setup. It works along the lines recommended by React Native.
Probably worth mentioning in docs. It fails on minSDK = 19
Hello, In my app, the contacts are shown below a search input, and as the user searches I use the setNameMatch method to filter the results. But I`m finding that...
Can you guys introduce a method that allows us to fetch just the 'me' contact? This can be a really useful way to get some of the user's information and...