Skip to content

gur22-09/react-native-phone-hint

Repository files navigation

react-native-phone-hint

Phone Hint API for react-native

Installation

npm install react-native-phone-hint

Usage

import { initPhoneNumberHint } from 'react-native-phone-hint';

// ...

const result = await initPhoneNumberHint();

Contributing

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

License

MIT


Made with create-react-native-library