React Native Country Picker Modal Versions Save

🇦🇶 Country picker provides a modal allowing a user to select a country from a list. It display a flag next to each country name.

v2.0.0

3 years ago
  • ✨ Add preferred countries options in the country picker 0049fe4, 2a60c36 (@rafaelsevla)

Bump to v2.0.0 regarding a long time before previous release

v1.11.0

3 years ago

👉 compare

v1.10.0

4 years ago

👉Compare

v1.9.8

4 years ago
  • fix #259
  • fix #265, fix #260
  • fix #266
  • fix #261

v1.9.3

4 years ago

v1.9.2

4 years ago

v0.1.7

4 years ago

v0.7.1

5 years ago

v0.6.1

5 years ago

Remove react-native-stage-0 from babel presets, Fix #126

v0.6.0

5 years ago
  • Add Hebrew translation to country names (#102) thanks to @iroth
  • Update Document for a few props and redefine PropTypes correctly (#103) thanks to @heyman333
  • Disable Font Scaling through accessibility settings. (#106) thanks to @jgsrodrigues
  • Additional prop to hide Alphabet filter (#108) thanks to @dbelchev
  • Enforce flag type - flat / emoji (#107) thanks to @dbelchev
  • Add Support iPhone X (#111) thanks to @vkedwardli
  • Add props to show calling code on country picker list (#115) thanks to @dashracer
  • Add custom filter renderer (#109) thanks to @dbelchev
  • Add filterOptions prop for override Fuse.js search options (#116) thanks to @6pm