scenario: in an application developed by React Native, you want to select a contact in the phone"s address book and get the contact"s name and mobile number. This choice is made by the user. The function of, React Native is to bring up the address book like a native application, display the contact list in the address book, and let the user choose.
as shown in figure
is there a tripartite library to implement the above requirements? At least I haven"t found it yet.
if there is no three-party library, does React Native"s own API support it?
if there is neither tripartite library nor RN native API support. So what are we going to do to achieve this requirement? Do you have to write your own code for Android and iOS?