Opening Contacts App In React Native
I am making a react native app and in one screen there is a form in which user has to fill the form in which the user has to fill his mobile number so I am making a button which w
Solution 1:
you can use react-native-contacts-wrapper
Solution 2:
I had the same scenario but I didn't find any package which can open native contact list, therefore, I made a screen where I am getting all contacts in ListView.
Post a Comment for "Opening Contacts App In React Native"