import MapsView2 from "@/screens/Maps/MapsView2"; export interface LocationItem { id: string | number; latitude: number; longitude: number; name: string; imageId?: string; } export default function Maps() { return ( <> {/* , }} /> */} {/* {Platform.OS === "ios" ? : } */} {/* Map disabled */} ); }