Hi,
Does there any way to open the phone contacts screen ? Default UI
Regards !
I found a solution finally by using Linking module like this:
Linking.openURL('content://com.android.contacts/contacts')
Hope that can help any one else !
Most helpful comment
I found a solution finally by using Linking module like this:
Linking.openURL('content://com.android.contacts/contacts')Hope that can help any one else !