Quantcast
Channel: react-native-contacts getAll return null - Stack Overflow
Browsing index pages (3 articles)

Image may be NSFW.
Clik here to view.

react-native-contacts getAll return null

according to this link I used react-native-contact to open contact list in android device so the user can choose one and and add it to list. but when I click a button to open a contact list,...

View Article


Answer by Rahul Saini for react-native-contacts getAll return null

One reason could be you didn't link the react-native-contact properlyYou must also follow these steps to link- For Android:https://github.com/rt2zz/react-native-contacts#androidFor IOS:...

View Article


Answer by Ankit Abhinav for react-native-contacts getAll return null

Follow the steps mentioned in the documentation of react-native-contacts, and add a catch block at the end, it worked for me.PermissionsAndroid.request( PermissionsAndroid.PERMISSIONS.READ_CONTACTS,...

View Article
Browsing index pages (3 articles)


Latest Images