Skip to content

Instantly share code, notes, and snippets.

@zikosw
zikosw / map.js
Created January 10, 2018 14:47
expo map marker
import React from 'react';
import { MapView } from 'expo';
export default class App extends React.Component {
render() {
return (
<MapView
style={{ flex: 1 }}
initialRegion={{
latitude: 37.78825,