-
Notifications
You must be signed in to change notification settings - Fork 426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Location service did not restart #2247
Comments
Consider it on priority as urgently require an solution. |
You need to tell the plug-in to |
In the code I have pasted above I have added .start() method .stop() method was not called yet it got terminated |
The logs don’t lie. you are doing something unusual. The logs clearly show “enabled: false”. review your code |
Delete that |
Okay. But does this log mean that after it was terminated. the library automatically tried to start the geolocation but .start() was not present |
You are making assumptions on things you don’t understand. There is nothing unusual about the logs. you are not telling the plug-in to .start() you are doing something unusual |
Because user did not call .stop() method than how did it terminate. I will share full logs wait |
Calling .start() -> enabled: true |
Okay I will check my code once. |
This issue is stale because it has been open for 30 days with no activity. |
Your Environment
react-native -v
):0.72.10Expected Behavior
I have configured it to work whole time until user ends it.
Actual Behavior
The service got terminated on its own and did not restart on movement.
Steps to Reproduce
Context
Debug logs
Logs
The text was updated successfully, but these errors were encountered: