React Native component for international phone input with country phone code and flag.
This app allows users to include international phone input for sign up pages in mobile applications.
The user can select the country of residence by opening a modal.
The country phone code and flag will be attached to the user’s phone number.
The country of default as well as country phone code are set to the United Kingdom.
git clone https://github.com/yhenni1989/PhoneInput.git
cd PhoneInput
yarn
# or
npm install
expo start --ios
Read the article of how I made this component on Medium.