import * as React from "react"; import { View } from "react-native"; import MapView from 'react-native-maps'; export default function App() { return ( ); }