/phone-number-with-country-code

React Native to create phone number input with country code list

Primary LanguageJavaScript

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