We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I have such a code
RNLocation.subscribeToSignificantLocationUpdates(async location => { await AsyncStorage.setItem('location', JSON.stringify(location)); });
I want to track location change when the app is killed. I was using the simulator and used the location change feature to debug it.
Callback doesn't do anything in my case. Location permission is always,
Location updates are enabled.
Maybe it can be only simulated with a real device? But how to debug it, I don't want to use a train :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I have such a code
I want to track location change when the app is killed. I was using the simulator and used the location change feature to debug it.
Callback doesn't do anything in my case. Location permission is always,
Location updates are enabled.
Maybe it can be only simulated with a real device? But how to debug it, I don't want to use a train :)
The text was updated successfully, but these errors were encountered: