react-native-hint-request-picker
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

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

Package Sidebar

Install

npm i react-native-hint-request-picker

Weekly Downloads

2

Version

0.1.2

License

MIT

Unpacked Size

325 kB

Total Files

105

Last publish

Collaborators

  • tanmaybhatt