Skip to content

Releases: AstrOOnauta/react-native-country-select

v0.3.8

25 Nov 09:45

Choose a tag to compare

  • Updated onBackdropPress method to return closeModal function;
  • Updated lib documentation.

v0.3.7

21 Nov 09:24

Choose a tag to compare

  • Removed postinstall script and clean up package dependencies;
  • Updated lib documentation.

v0.3.6

21 Nov 08:33

Choose a tag to compare

  • Postinstall script for react-native-safe-area-context installation;
  • Updated lib documentation.

v0.3.5

09 Nov 11:44

Choose a tag to compare

  • Ukrainian translation for US Minor Outlying Islands - Thanks @iHaiduk;
  • Integrate react-native-safe-area-context for improved modal handling.

v0.3.4

02 Nov 10:53

Choose a tag to compare

  • Updated Ukrainian translations - Thanks @iHaiduk ;
  • Added touchable wrapper on custom countryItemComponent.

v0.3.3

01 Nov 12:28

Choose a tag to compare

  • Added customFlag prop to component;
  • Updated library documentation.

v0.3.2

29 Oct 09:34

Choose a tag to compare

  • Added allowFontScaling prop to component;
  • Updated library documentation.

v0.3.1

30 Sep 15:28

Choose a tag to compare

  • Fixed bottomsheet modal behavior;
  • Updated lib documentation.

v0.3.0

30 Sep 09:40

Choose a tag to compare

✨ Features ✨

  • Multi-Select for Countries: The engine to select multiple countries is now available, providing greater flexibility for forms and data filters;
  • Alphabetic Filter: Quickly navigate long country lists using the new alphabetical filter directly within the modal;
  • Updated countries search in the CountrySelect component to prevent errors with trailing whitespace.

Refinements:

  • Codebase Cleanup: The internal code has been reorganized for better maintainability and clarity;
  • Improved docs: Updated library documentation for better clarity.

v0.2.6

18 Sep 14:39

Choose a tag to compare

  • Fixed styles in CountrySelect component.