mauron85 / react-native-background-geolocation

Background and foreground geolocation plugin for React Native. Tracks user when app is running in background.
Apache License 2.0
1.33k stars 561 forks source link

react-native-background-geolocation not work correctly when google map is open #498

Closed byteab closed 4 years ago

byteab commented 4 years ago

I want to send data every 20 second to the server. every things work fine until I open the google map. when I open it. it sends data every second

byteab commented 4 years ago

ok tnx solved the problem was with fastestInterval which set to zero. this doc really help me