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