Hello i need to know this anyhow, that how i can drag a polygon/polyline inside react native maps. Just like in web. If this thing is bad than how i can lock the polygon and drag the map, so that user can adjust the polygon accordingly. Also need to know how i can add a overlay screen for this purpose, if i can.
My code is simple, having my custom polygon inside mapview-
<MapView><..polygon><../polygon><MapView>
Thanks