-
Notifications
You must be signed in to change notification settings - Fork 0
Releases: kdn0325/react-native-simple-worldmap
v1.0.6
v1.0.5
Version 1.0.5 Release Notes
Bug Fix:
fixed minor bugs in this update.
Assets 2
v1.0.4
Version 1.0.4 Release Notes
Bug Fix:
fixed minor bugs in this update.
Assets 2
v1.0.3
Version 1.0.3 Release Notes
Bug Fix:
fixed minor bugs in this update.
Assets 2
v1.0.2
Version 1.0.2 Release Notes
What's New:
Documentation Update:
Made minor updates to the README for better clarity and usability.
Assets 2
v1.0.1
Version 1.0.1 Release Notes
Bug Fix:
Fixed an issue where touch interaction was not working properly on actual devices.
Assets 2
v1.0.0
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.