react-native-maps-navigation
react-native-maps-navigation copied to clipboard
animateToCoordinate() and animateToBearing() methods deprecated.
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?
i got the same issues
Still unsolved ?
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.