I am receiving an android permission error even though I add this <uses-permission android:name="android.permission.READ_CONTACTS" /> to my AndroidManifest. any guesses? Works just fine on iOS. Even tried the react-native link but that didn't seem to resolve it.
I am receiving an android permission error even though I add this
<uses-permission android:name="android.permission.READ_CONTACTS" />to myAndroidManifest. any guesses? Works just fine on iOS. Even tried thereact-native linkbut that didn't seem to resolve it.