Heads up: Google Play policy deadline affects this library
Google Play announced a new Contacts Permissions policy on April 15, 2026, with a compliance deadline of October 28, 2026.
Under the new policy, apps that only need a user to pick a single contact must use the Android Contact Picker instead of declaring READ_CONTACTS. Apps that continue to declare broad
access will be blocked from Play Store updates after the deadline.
Reference: https://support.google.com/googleplay/android-developer/table/12921780 (search "Contacts Permissions")
The issue
Every contact-retrieval method in this library (getAll, getContactById, getContactsMatchingString, getContactsByPhoneNumber, getContactsByEmailAddress, etc.) requires READ_CONTACTS.
There is currently no method that lets apps pick a single contact without broad permission — which is exactly what Google's new policy requires.
Request
Please update the library to comply with the new Google Play guideline before October 28, 2026, so apps depending on react-native-contacts don't get blocked on the Play Store.
Thanks!
Heads up: Google Play policy deadline affects this library
Google Play announced a new Contacts Permissions policy on April 15, 2026, with a compliance deadline of October 28, 2026.
Under the new policy, apps that only need a user to pick a single contact must use the Android Contact Picker instead of declaring READ_CONTACTS. Apps that continue to declare broad
access will be blocked from Play Store updates after the deadline.
Reference: https://support.google.com/googleplay/android-developer/table/12921780 (search "Contacts Permissions")
The issue
Every contact-retrieval method in this library (getAll, getContactById, getContactsMatchingString, getContactsByPhoneNumber, getContactsByEmailAddress, etc.) requires READ_CONTACTS.
There is currently no method that lets apps pick a single contact without broad permission — which is exactly what Google's new policy requires.
Request
Please update the library to comply with the new Google Play guideline before October 28, 2026, so apps depending on react-native-contacts don't get blocked on the Play Store.
Thanks!