-
Notifications
You must be signed in to change notification settings - Fork 4
Description
So we currently cant location track if the app is in the background.
Before I waste hours of my time working on this only to have my hopes and dreams squashed by @sdunster does anyone have a plan on how they want this to work.
Options:
-
custom native code
Pros: Would work very well
Cons: have to write and maintain custom native code for both ios and android -
jamesisaac-react-native-background-task
Pros: react-native code library
Cons: fastest you can run code is every 15 minutes -
transistorsoft/react-native-background-geolocation
Pros: react-native code library, external support
Cons: "android use requires a licence", $300 perpetual for 1 app. weirdly its MIT so not sure how they are working that licence fee when you could just fork it and remove the licence requirement. -
...