Closed ramkey-akil closed 5 years ago
Geolocation.watchPosition((position)=>{ },(error) => console.log(JSON.stringify(error)), {enableHighAccuracy: true,distanceFilter:10,interval:1000,useSignificantChanges:true})
Set useSignificantChanges: false and try again. Otherwise create an issue in https://github.com/react-native-community/react-native-geolocation/issues
useSignificantChanges: false
Geolocation.watchPosition((position)=>{ },(error) => console.log(JSON.stringify(error)), {enableHighAccuracy: true,distanceFilter:10,interval:1000,useSignificantChanges:true})