Closed akanz closed 2 years ago
Good day guys, RN contacts works fine on ios but crashes immediately I try to access the contacts on android. I configured permissions in manifest file and also req permission when accessing.
i had the same issue and my problem was i forgot to add READ_CONTACTS in manifest. I only added WRITE_CONTACTS
READ_CONTACTS
WRITE_CONTACTS
Good day guys, RN contacts works fine on ios but crashes immediately I try to access the contacts on android. I configured permissions in manifest file and also req permission when accessing.