import { MapCustom, ViewWrapper } from "@/components"; import { View } from "react-native"; import MapView from "react-native-maps"; export default function Maps() { return ( {/* */} ); }