Skip to content

Instantly share code, notes, and snippets.

View abegehr's full-sized avatar
👨‍💻

Anton Begehr abegehr

👨‍💻
View GitHub Profile
@abegehr
abegehr / App_react-native-maps.js
Last active February 13, 2020 12:48
react-native-map-clustering-example
import React from "react";
import { StyleSheet, View } from "react-native";
import MapView, { Marker } from "react-native-maps";
const initialRegion = {
latitude: 37.72825,
longitude: -122.4324,
latitudeDelta: 0.25,
longitudeDelta: 0.15
};