react-native-world-map-svg
v1.0.4
Published
clickable world map build with react-native
Maintainers
Readme
world-map-svg
import { StyleSheet, Text, View } from 'react-native';
import WorldMap from 'react-native-world-map-svg'
export default function App() { return ( <WorldMap onSelectContinent={(el) => alert(el)} color='black' selectedColor="red" /> ); }
See it on Github
