I want to create a continent selection in react-native
-> which means when the user taps/clicks on a continent the user is directed to another page with all the countries on that continent (e.g Europe
->Germany
, Italy
...).
The problem is how I implement that in react-native
?
I want the continents to be clickable but still want to get each click separate (to direct the user)/not the whole picture!
What's the best approach? I tried it with image-mapping but this sucks because you cant adjust the size of the image and it always has to be the same size. I haven´t found anything useful with normal maps, yet in the style of the image, I provided.
Have you got any ideas?