You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the navigation worked well on simulator but was very slow and jumpy when using a real device, so much so that it completely missed turns. I found the problem stemming from the geolocation.watchPosition() was using default values for how often it should poll for users location. I increased the accuracy of this and it fixed the problem, i will put the pull request through now but it requires pull request #13.
The text was updated successfully, but these errors were encountered:
"react-native": "0.62.0"
"react-native-maps-navigation": "0.0.14"
I found the navigation worked well on simulator but was very slow and jumpy when using a real device, so much so that it completely missed turns. I found the problem stemming from the geolocation.watchPosition() was using default values for how often it should poll for users location. I increased the accuracy of this and it fixed the problem, i will put the pull request through now but it requires pull request #13.
The text was updated successfully, but these errors were encountered: