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

Whenever I call BackgroundGeolocation.stop application UI will stop working and android ANR responded #536

Open milanchauhanajmerainfotech opened 3 years ago

milanchauhanajmerainfotech commented 3 years ago

Your Environment

Context

Expected Behavior

Actual Behavior

Possible Fix

Steps to Reproduce

1. 2. 3. 4.

Context

Whenever I call BackgroundGeolocation.stop application UI will stop working and android ANR responded

Debug logs

ShooterArk commented 3 years ago

I am facing the same issue. BackgroundGeolocation.stop() does stops the location service but it also hangs the UI for few minutes and then the app crashes for me.