Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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.

Assets 2
Loading

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.

Loading

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.

Loading

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.

Loading

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.

Loading

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.

Loading

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.

Loading