0.1.2 • Published 3 years ago

react-native-hint-request-picker v0.1.2

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

react-native-hint-request-picker

React native wrapper for HintRequest api on android

Installation

NPM

npm install react-native-hint-request-picker

Yarn

yarn add react-native-hint-request-picker

Usage

Picker for Phone number

import { getPhoneNumber } from "react-native-hint-request-picker";

// ...

const result = await getPhoneNumber();

Picker for Google Accounts

import  { getGoogleAccount } from "react-native-hint-request-picker";

// ...

const result = await getGoogleAccount();

Contributing

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

License

MIT