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"
>