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

Location doesn't update on emulator? #508

Open Rc85 opened 4 years ago

Rc85 commented 4 years ago

This location not update on android emulator? I'm using the location routes to simulate my device moving to point A to point B, but I'm not getting updates.

ziyaddin commented 4 years ago

Unfortunately, no. You need a real device.

darron1217 commented 3 years ago

You can test it on simulator by setting current location manually. But if you move too far at a time, this package will ignore the change. (Check out distanceFilter config)