import React from "react"; import { Polygon } from "react-native-maps"; export default function MapPolygons({ coordinates }) { return ( ); }