Prajna-Hegde

Results 5 comments of Prajna-Hegde

Yeah, job is not triggering. I have done all the required setup. ``` import BackgroundJob from "react-native-background-job"; const regularJobKey = "regularJobKey"; BackgroundJob.register({ jobKey: regularJobKey, job: () => console.log(`Background Job fired!....

Hey andiwawank, Yes, If I manually enable location, I will be able to fetch it through code. If the location is not enabled I will not be able to get...

I am already using Permission Android. Still unable to get the location. :( On Mon, Sep 7, 2020, 8:46 AM andiwawank wrote: > Hi @prajna-h > > To request access...

Same issue in Android 10. Unable to get the the location {"PERMISSION_DENIED":1,"POSITION_UNAVAILABLE":2,"TIMEOUT":3, "code":2, "message":"No location provider available"}