can Expo open the contacts app on iPhone and give you a list of contacts where you can choose one?

can Expo open the contacts app on iPhone and give you a list of contacts where you can choose one?

I can see there is a file in the repo called ContactsScreen but there is not documentation regarding this.

Hey @unutoiul,

This won’t be possible with the Expo SDK in a managed project.

Cheers,
Adam

so how can I achieve this? with react-native is possible?

I believe you’d have to use a third party library with a vanilla RN project or the Bare workflow OR write your own native code to handle it.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.