0.2.4 • Published 5 years ago

capacitor-contact-manager v0.2.4

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

Capacitor Contact Manager

npm

This is a project for managing contacts in Capacitor Apps.

Features

FeatureiOSAndroid
Retrieve list of contacts
Retrieve filtered list of contacts
Create Contact
Edit Contact

Installation

npm i capacitor-contact-manager

iOS Only

In your info.plist, be sure to add a message for NSContactsUsageDescription

Usage

import { Plugins } from '@capacitor/core';
const { ContactManager } = Plugins;

const { data } = await ContactManager.getContacts({ query: searchTerm });

See the full docs here

0.2.1

5 years ago

0.2.0

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.4

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago