Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

vgno/react-native-hint-request-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-hint-request-picker

Deprecated!

Use something like this instead: https://www.npmjs.com/package/react-native-phone-hint

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