We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 768a673 commit 2f56a34Copy full SHA for 2f56a34
packages/maps/src/components/MapMarker.tsx
@@ -80,7 +80,7 @@ export function renderMarker(
80
}
81
82
const shouldUseDefaultIconImplemnation =
83
- Platform.OS !== "android" || !androidUseDefaultIconImplementation;
+ Platform.OS === "android" && androidUseDefaultIconImplementation;
84
85
return (
86
<MapMarkerComponent
0 commit comments