-
The latest version, loading emojis are very slow and also dont display on android 5.0.2.
There is no emojis displayed on android 5.0.2 but on android 6 and above display as well.
Also this version i…
ghost updated
4 years ago
-
Hi,
I set default countryCode is US. And I click France in the list view.
onCountrySelect's console.log will show log FR.
`{cca2: "FR", currency: Array(1), callingCode: Array(1), region: "Europe…
-
Hi,
I want to show country name .
Can I set CountryPicker is unclick or disabled ?
thank you.
-
## Unable to detect react-native-phone-input component with Detox
We use PhoneInput from the react-native-phone-input package and it seems like the testID property is not supported. testID is the sta…
-
Update ios13, tap the UITextField with no responese. When i remove 'CountryPickerView', it's ok. I can't sure if that 'CountryPickerView' freeze UITextField in iOS13.
cyjFS updated
4 years ago
-
```
selectCountry(country) {
this.setState({countryCode: country.cca2});
this.setState({country});
}
render() {
const {countryCode, country} = this.state;
return (
…
-
```
{
console.log("Country: ", country)
this.onSelectCountry(country)
}}
/>
```
-
```
{
console.log("Country: ", country)
this.onSelectCountry(country)
}}
/>
```
-
I am using this package, but nothing display.
I see blank white space.
`import CountryPicker from 'react-native-country-picker-modal';`
```
return (
);
…
ghost updated
5 years ago
-
this.countryPicker.openModal()}
style={{}}>
+{this.state.callingCode}
(this.countryPic…