import React from "react"; import { View } from "react-native"; import { MapView } from "."; const latlng = { latitude: 0, longitude: 0 }; export default () => ( } /> ( )} /> );