Skip to content

Instantly share code, notes, and snippets.

@ahushh
ahushh / example.jsx
Last active January 14, 2020 17:24
react-native-simple-maps
import React from 'react'
import PropTypes from 'prop-types'
import { View, StyleSheet } from 'react-native'
import {
ZoomableMap,
Geographies,
Geography,
Marker,
Markers,
} from 'react-native-simple-maps'