react-international-phone ☎️ International phone input component for React react phone input international format number tel telephone react-component phone-input react-phone goveo •4.5.0•3 days ago•72dependents•MITpublished version4.5.0,3 days ago72dependentslicensed under $MIT ...
npm: npm install react-international-phone-number-input --save yarn: yarn add react-international-phone-number-input and add CSS file to your app: import'react-international-phone-number-input/dist/index.css' Usage importReact,{Component}from'react'import{PhoneInput}from'react-international-phone-...
$ npm i --save react-native-international-phone-numberOR$ yarn add react-native-international-phone-numberANDUpdate your metro.config.js file: module.exports = { ... resolver: { sourceExts: ['jsx', 'js', 'ts', 'tsx', 'cjs', 'json'], }, };...
Install the package via npm:npm install rn-country-phone-picker UsageImport the component:import CountryPhonePicker from 'rn-country-phone-picker';Use the component:onChangeText = ({dialCode, unmaskedPhoneNumber, phoneNumber, isVerified}) => { console.log(dialCode, unmaskedPhoneNumber, phone...
Latest version: 0.0.0-dev, last published: 6 months ago. Start using react-native-international-phone in your project by running `npm i react-native-international-phone`. There are no other projects in the npm registry using react-native-international-ph
npm install rn-country-phone-picker Usage Import the component: importCountryPhonePickerfrom'rn-country-phone-picker'; Use the component: onChangeText=({dialCode,unmaskedPhoneNumber,phoneNumber,isVerified})=>{console.log(dialCode,unmaskedPhoneNumber,phoneNumber,isVerified);};render(){return(<SafeArea...
It's an international phone input with phone mask. USAGE install npm library npm install react-native-intl-phone-input İmport library import IntlPhoneInput from 'react-native-intl-phone-input'; use component onChangeText = ({dialCode, unmaskedPhoneNumber, phoneNumber, isVerified}) => { ...