Try to make sure that the map is not being rendered twice. Add a constant key to your MapView Component to make sure there is only one instance of the map:
MapView
<MapView key={"map-instance"} ... />