If I execute the method animateToCoordinate in iOS using the google maps the app crash and show me this stack trace:
Can anybody tell me what I should do? Thanks!
The problem is easy resolved if instead animateToCoordinate I use animateToRegion with current region.longitudeDelta and region.latitudeDelta.
I'm facing the same issue
i think because you use Google Map and rn-maps stil get AirMap
Most helpful comment
The problem is easy resolved if instead animateToCoordinate I use animateToRegion with current region.longitudeDelta and region.latitudeDelta.