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

Crashes if defaultCode not in the list

Open ButuzGOL opened this issue 4 years ago • 1 comments

for example defaultCode="ADF"

Possible Unhandled Promise Rejection (id: 7):
TypeError: Cannot read property 'indexOf' of undefined
function stripColons(str) {
    var colonIndex = str.indexOf(':');

ButuzGOL avatar Aug 01 '21 07:08 ButuzGOL

same

onethps avatar Feb 09 '24 19:02 onethps