-
Notifications
You must be signed in to change notification settings - Fork 427
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
Start backgrond location dont work #2239
Comments
See wiki “Debugging”. Learn to observe the native logs. |
[c.t.l.l.TSLocationManager a] |
When I press the switch it turns itself off, what could be happening? |
What makes you think it “turned itself off”? |
Your Environment
react-native -v
): 0.73.9Expected Behavior
When I slide the switch I should be able to start the geolocation and send it to the back.
Actual Behavior
When I slide the switch I should be able to start the geolocation but it doesn't send to the backend nor does it play any noise from the backend.
Context
I am working on an application that should track the user, in principle by default I am looking for an application that tracks with a distance of interval 5. The geolocation should be activated when in the profile section is activated with a switch. Then once activated the geolocations should go to my server where I store them.
The text was updated successfully, but these errors were encountered: