Contacts permissions always returning status of 'denied'

const { status } = await Permissions.getAsync(Permissions.CONTACTS);

Status is never granted even after going to Expo settings in IOS and allowing access to contacts

Hey @itsmeek,

What SDK version is your project running?

Cheers,

Adam

29.0.0

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