Iftekhar Rifat
Iftekhar Rifat
Not sure if the error is related to location. If it is, it probably means your device failed to get a location fix. Your code looks fine, can you check...
Hello, can you please make a new PR with your changes only ? It's hard to figure out the actual changes here. Also we can probably expose separate api to...
You should make a new PR instead of editing this if you're having a problem rebasing. Also I don't think it's good idea to listen for heading change inside location...
Sorry, your question is not clear to me. If you're asking to provide actions for both `No Thanks` & `Ok` button, then I'm afraid it's not possible right now. Can...
I don't think there's much I can do regarding this. Location will always be inexact since it's depending on many factors, so this kind of issue will popup sometimes. At...
Remove node_modules from both root & example folder. Then only run `yarn install` inside example folder.
I've updated the example project to show how to use foreground service with location, see if it helps you. You can find the relevant changes in this commit [https://github.com/Agontuk/react-native-geolocation-service/commit/cb7b98ead8c3bde21071b256f36ff7644c5e376a](https://github.com/Agontuk/react-native-geolocation-service/commit/cb7b98ead8c3bde21071b256f36ff7644c5e376a).
> @Agontuk I cant get the location coords when my app is in foreground state in Android version 10 alone Not sure what's the issue, you can check the location...
Sorry for the late reply, there's no need to use stopObserving. `clearWatch` calls stopObserving if there is not watchers left. You should check if all the watchers are being cleared...
If it's android, some reported that opening google maps once will solve this issue. For iOS, I'm not sure what the issue could be. Are you using emulator or actual...