import MapsView from "@/screens/Maps/MapsView"; import MapsView2 from "@/screens/Maps/MapsView2"; import { Text, View } from "react-native"; export interface LocationItem { id: string | number; latitude: number; longitude: number; name: string; imageId?: string; } export default function Maps() { return ( <> {/* , */} {/* Map disabled */} ); }