react-native-intl-phone-input
Advanced tools
{ | ||
"name": "react-native-intl-phone-input", | ||
"version": "1.2.24", | ||
"version": "1.2.25", | ||
"description": "It is an international phone component.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -27,3 +27,4 @@ import React from 'react'; | ||
mask: defaultCountry.mask, | ||
countryData: data | ||
countryData: data, | ||
selectedCountry:defaultCountry | ||
}; | ||
@@ -84,3 +85,4 @@ } | ||
mask: country.mask, | ||
phoneNumber: '' | ||
phoneNumber: '', | ||
selectedCountry:country | ||
}); | ||
@@ -94,3 +96,4 @@ this.hideModal(); | ||
mask: defaultCountry.mask, | ||
phoneNumber: '' | ||
phoneNumber: '', | ||
selectedCountry:defaultCountry | ||
}); | ||
@@ -97,0 +100,0 @@ } |
686867
0.02%744
0.4%