react-native-choose-contact
v0.2.4
Published
Pick contact
Readme
react-native-choose-contact
Pick contact
Installation
npm install react-native-choose-contactUsage
import { pickContact } from 'react-native-choose-contact';
// ...
const contact = await pickContact();
TypeScript Support
This package includes TypeScript type definitions:
type Contact = {
mobile: string;
name: string;
};Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
