Agontuk / react-native-geolocation-service

React native geolocation service for iOS and android
https://www.npmjs.com/package/react-native-geolocation-service
MIT License
1.61k stars 291 forks source link

watchposition location update not updating continuously in ios #128

Closed ramkey-akil closed 5 years ago

ramkey-akil commented 5 years ago

Geolocation.watchPosition((position)=>{ },(error) => console.log(JSON.stringify(error)), {enableHighAccuracy: true,distanceFilter:10,interval:1000,useSignificantChanges:true})

Agontuk commented 5 years ago

Set useSignificantChanges: false and try again. Otherwise create an issue in https://github.com/react-native-community/react-native-geolocation/issues