react-native-maps-super-cluster icon indicating copy to clipboard operation
react-native-maps-super-cluster copied to clipboard

animateToCoordinate not work

Open taongocson opened this issue 1 year ago • 1 comments

The same animateToCoordinate prop in the react-native-maps library cannot be used. mapRef?.current?.animateToCoordinate( { latitude: position.coords.latitude, longitude: position.coords.longitude, }, 1000 );

taongocson avatar Dec 07 '23 06:12 taongocson

animateToCoordinate is deprecated so use animateToRegion

mittalkamal29 avatar Dec 13 '23 09:12 mittalkamal29