react-native-phone-input icon indicating copy to clipboard operation
react-native-phone-input copied to clipboard

Edited implementing the country picker modal.

Open kigh143 opened this issue 5 years ago • 1 comments

Added a working description on how to implement the country picker modal.

  1. Changed the functions selectCountry and onPressFlag to fat arrow function.
  2. Changed the function body for onPressFlag setting the visibility of the modal to true instead of invoking the open function on the country picker reference.
  3. Change the onChange function on the CountryPicker element to onSelect

kigh143 avatar Jul 10 '20 22:07 kigh143

I have published v1.0.0 and converted the source to typescript. Let me know if there is anything I can do to improve the change request process. Please submit new pull requests as the package as been more to https://github.com/rili-live/react-native-phone-input

zizzle6717 avatar Feb 06 '21 19:02 zizzle6717