We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff1ca5 commit 55a04b7Copy full SHA for 55a04b7
1 file changed
components/map/poi-marker.tsx
@@ -2,7 +2,7 @@ import { POI } from "@/types/mapTypes";
2
import { PoiMarkerColors } from "@/constants/theme";
3
import { Ionicons } from "@expo/vector-icons";
4
import React from "react";
5
-import { Platform, StyleSheet, View } from "react-native";
+import { StyleSheet, View } from "react-native";
6
import { Marker } from "react-native-maps";
7
8
type PoiMarkerVisual = {
0 commit comments