Adding text to a marker pushes the marker off it's coordinates – React native
I'm building a gig guide app using react native/react native maps. I have location markers within my MapView, and each marker has text associated with it that displays the gig venue, as follows: The problem however is that since I've…