morenoh149 / react-native-contacts

React Native Contacts
MIT License
1.65k stars 564 forks source link

App crashes immediately on android #684

Closed akanz closed 2 years ago

akanz commented 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.

Screenshot 2022-08-09 at 17 27 58
prox2 commented 2 years ago

i had the same issue and my problem was i forgot to add READ_CONTACTS in manifest. I only added WRITE_CONTACTS