xcarpentier / react-native-country-picker-modal

🇦🇶 Country picker provides a modal allowing a user to select a country from a list. It display a flag next to each country name.
https://reactnative.gallery/xcarpentier/country-picker
MIT License
1.08k stars 801 forks source link

Not show the country code when choose Antarctica. #476

Open torretorich opened 2 years ago

torretorich commented 2 years ago

Issue Description

[FILL THIS OUT]

Steps to Reproduce / Code Snippets

[FILL THIS OUT]

Expected Results

[FILL THIS OUT]

Additional Information

when i choose antarctica i don't any country code please solve my issue anyone.

DeepakSharma04 commented 1 year ago

In this Library some countries which don't have calling code by default it's 0. But it cannot get when we select those and what i did if calling code is empty , i set default '0' .

selectCountryPhone = (country) => { this.setState({ callingCodePhone: CallingCode != '' ? CallingCode : '0' }); };