Skip to main content

expo-contacts

Version: 55.0.6 Provides access to the phone’s system contacts. Read, create, update, and delete contacts.

Installation

Usage

API Reference

Methods

() => Promise<PermissionResponse>
Requests contacts permissions
(contactQuery?: ContactQuery) => Promise<ContactResponse>
Fetches contacts
(id: string, fields?: Field[]) => Promise<Contact | undefined>
Gets contact by ID
(contact: Contact, containerId?: string) => Promise<string>
Adds new contact
(contact: Contact) => Promise<string>
Updates existing contact
(contactId: string) => Promise<void>
Removes contact

Platform Support

Permissions

iOS: Add to app.json:

Resources