Skip to content

Releases: kdn0325/react-native-simple-worldmap

v1.0.6

22 Feb 13:11

Choose a tag to compare

Version 1.0.6 Release Notes

Bug Fix:
fixed minor bugs in this update.

v1.0.5

22 Feb 13:11

Choose a tag to compare

Version 1.0.5 Release Notes

Bug Fix:
fixed minor bugs in this update.

v1.0.4

22 Feb 13:10

Choose a tag to compare

Version 1.0.4 Release Notes

Bug Fix:
fixed minor bugs in this update.

v1.0.3

22 Feb 13:10

Choose a tag to compare

Version 1.0.3 Release Notes

Bug Fix:
fixed minor bugs in this update.

v1.0.2

22 Feb 11:13

Choose a tag to compare

Version 1.0.2 Release Notes

What's New:

Documentation Update:
Made minor updates to the README for better clarity and usability.

v1.0.1

22 Feb 11:12

Choose a tag to compare

Version 1.0.1 Release Notes

Bug Fix:
Fixed an issue where touch interaction was not working properly on actual devices.

v1.0.0

21 Feb 18:43

Choose a tag to compare

Release Notes

What's New:

Initial Release

The first version of the WorldMap component is now available! This release allows you to display a world map with customizable colors for countries.

Selectable Countries

You can now set countries to be selectable, allowing users to click on a country and toggle its color between the default and selected colors.

Customizable Colors

The default color and selected color of the countries can be customized through the color and selectedColor props.

Highlight Specific Countries

You can highlight specific countries by providing an array of country IDs through the countries prop. This will display those countries with the selectedColor on the map.

Interactive Map

The map supports interaction where users can select countries if the isSelectable prop is set to true.