TheRomeApp
TheRomeApp
Just wanted to add that this behavior is not showing up on any simulators but just physical iOS devices.
Wrapping it in a setTimeout like @mr-sudo recommended does seem to work on iPhone 15 Pro Max physical. `setTimeout(() => { mapRef.current?.animateToRegion( { latitude: latitude, longitude: longitude, latitudeDelta: LATITUDE_DELTA, longitudeDelta:...
+1 Still having this issue on my react native app - any solutions?