I have lists of contacts in array. Now I want to save that contacts in my phone contacts using react-native-contacts library. So Is it possible to achieve this functionality using react-native-contacts package or any other package.
Using react-native-contacts we can save one contacts at a time using openContactForm(). But what if save more than one contact at a time.
Please help me out with this issue. I have checked all package but no luck.