flyandi / react-native-maps-navigation

Enables custom navigation in react-native-maps
134 stars 54 forks source link

animateToCoordinate() and animateToBearing() methods deprecated. #10

Open JarenHendricks opened 5 years ago

JarenHendricks commented 5 years ago

Hi, I am trying out this library and I keep getting the following warning signs: "animateToCoordinate() is deprecated, use animateCamera() instead" as well as "animateToBearing() is deprecated, use animateCamera() instead", is it possible to fix this?

swaxtic commented 4 years ago

i got the same issues

SoheibBiga commented 4 years ago

Still unsolved ?

bfarrgaynor commented 3 years ago

ShaunUNIs fix seems to be broken when I run it. On line 407 he is missing a this.props.map().animateCamera. Although when I run that I then get only a little bit further with it.