Open dukvanduken opened 1 year ago
+1
Also interested ✋
I need this as well!
A workaround is provided in PR #247, if you want to patch it by yourself
+1
I'll try to work on this feature when I'll have some spare time :)
+1
I've just created a fork that includes support for background location updates: https://github.com/quan118/react-native-geolocation
Hi there! I tried to find free solution for background location for Android RN app and used this react-native-geolocation lib.
But it seems it not support background geolocation. I used this code: ` useEffect(() => { Geolocation.setRNConfiguration({ skipPermissionRequests: false, locationProvider: 'android', })
}, []) `
It works fine but only app is in focus. Backgrounded app do not watch for position.
I saw this module https://github.com/transistorsoft/react-native-background-geolocation but it's paid and I want to use this lib.
Do I have any possibilities to get background location?