vgno / react-native-hint-request-picker

fork for elton app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

fork for elton app

License:MIT License


Languages

Language:Kotlin 73.2%Language:TypeScript 26.8%