I want to open default ios contacts list with multiple contact selection in react native. For that I tried react-native-contacts-wrapper package, it doesn't support multi-contact select. So I moved to react-native-contacts, which allows multiple contact select, but it doesn't give the look and feel of ios contact list.
Is there any package which has multiple contact select with default ios contact list UI?