Skip to content

LawrenceGB/PhoneInput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phone-number-with-country-code

phone-number-with-country-code is a react native component for phone number with country code.

Installation

$ npm i phone-number-with-country-code

Usage

import PhoneInput from 'phone-number-with-country-code';

Example

const [mobileNumber, setMobileNumber] = useState('');
.......
.......
<PhoneInput phoneNumber={(data) => {setMobileNumber(data) }} />

Github repository

| github | https://github.com/Ali-Mardini/phone-number-with-country-code

About

Updated Repos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published