0.1.0 • Published 1 year ago

rn-contacts v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

rn-contacts

uses native contact picker apis to select and update contacts from react native based applications

Installation

npm install rn-contacts

Usage

import { requestPermission, openContacts } from 'rn-contacts';

// ...

const permission = await requestPermission(); // Expected return : 'authorized' | 'denied' | 'undefined'

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library