phone-number-with-country-code

1.0.4 • Public • Published

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

Package Sidebar

Install

npm i phone-number-with-country-code

Weekly Downloads

10

Version

1.0.4

License

ISC

Unpacked Size

1.02 MB

Total Files

171

Last publish

Collaborators

  • ali.mardini