react-native-maps-navigation
react-native-maps-navigation copied to clipboard
Fixed navigation not following users location when not using simulator.
Altered the geoloaction.watchPosition improving its accuracy/ how often it polls the users location. I did not change it for the simulator as that worked extremely well. I added parameters for the "geolocation.watchPosition" function so that it polls users location every 10ms. I though it required this level of accuracy as it involves driving.
Fixes issue #16.