react-native-phone-number-input
react-native-phone-number-input copied to clipboard
Crashes if defaultCode not in the list
for example defaultCode="ADF"
Possible Unhandled Promise Rejection (id: 7):
TypeError: Cannot read property 'indexOf' of undefined
function stripColons(str) {
var colonIndex = str.indexOf(':');
same