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 802 forks source link

Library not working... RN 0.61.2 android #251

Closed franjorub closed 5 years ago

franjorub commented 5 years ago

Hi... I don't know if I don't have good configured the library but is not working as espected

<CountryPicker
              countryCode={this.state.country.cca2}
              withCallingCode
              withCountryNameButton
              withFlag
              withModal
              withFilter
              withCurrency={false}
              onSelect={country => {
              console.log(country);
                this.setState({country});
               }}

/>

Everytime I select a new country in the list only the flag changes... the name keeps in France imagen

and I can't set withCallingCodeButton because the app crashes

imagen

franjorub commented 5 years ago

version 1.5.2 working fine