79695682

Date: 2025-07-09 13:16:20
Score: 0.5
Natty:
Report link
import Svg, { Image } from 'react-native-svg';
<Marker
    coordinate={coordinates}
    title="Title"
      >
    <Svg width={60} height={60} style={styles.image}>>
      <Image
        href={imageUrl ?? undefined}
        width={60}
        height={60}
      />
    </Svg>
</Marker>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Naveed Shah