/react-native-hint-request-picker

fork for elton app

Primary LanguageKotlinMIT LicenseMIT

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