import { View,Text } from "react-native"; import MapView, { PROVIDER_DEFAULT } from "react-native-maps"; import tw from "twrnc"; const Map = () => { return( Map ) } export default Map;