React-native-contacts: How to open phone contacts screen ?

Created on 9 Mar 2020  路  1Comment  路  Source: morenoh149/react-native-contacts

Hi,

Does there any way to open the phone contacts screen ? Default UI

Regards !

question

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 !

>All comments

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 !

Was this page helpful?
0 / 5 - 0 ratings