rili-live / react-native-phone-input

Phone input box for React Native
https://www.npmjs.com/package/react-native-phone-input
MIT License
42 stars 54 forks source link

Fix initial phone number being empty issue. #3

Closed aramayyes closed 3 years ago

aramayyes commented 3 years ago

What is wrong:

  1. When an initial country is given, there is no text (phone number prefix) rendered.
  2. If user has input some number, then changes the country by tapping flag button, selected country code is not being inserted.

What has been done: Both issues has been solved and some refactoring has been done.