this is a form https://github.com/gur22-09/react-native-phone-hint
Phone Hint API for react-native
npm install react-native-phone-hint
import { initPhoneNumberHint } from 'react-native-phone-hint';
// ...
const result = await initPhoneNumberHint();
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library