79767907

Date: 2025-09-18 00:49:20
Score: 0.5
Natty:
Report link

Try adding title and description props to the <Marker /> component like this:

<Marker
  coordinate={{
    latitude: -20.213090469552533,
    longitude: -40.266256965125116,
  }}
  pinColor="red"
  title="Test title"
  description="Test description"
>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Craig Wheeler