Elozino Ovedhe

Results 10 comments of Elozino Ovedhe

> I was able to solve this issue by using an Anbox image, which does not come with open gapps and Houdini(not sure which one of them caused the issue...

@AaronH2001 does this mean we can't get real-time location tracking when the app is in the background or terminated?

@AaronH2001 Thank you for you response. If I get you correctly, I can get and send the location to a server in the background provided I meet those listed criteria...

Hello @RubenEngel How long did it take to get your license key and did it work without the key on development builds?

> Will maintenance personnel make modifications when encountering the same problem There's is a fix saying you should go into its node_module folder and delete react-native-config.js file

> any update for this? Hi @aurangs7 kindly use react native blob util package instead.

Yes, I am also experiencing it on react-native 0.71.8

``` import ReactNativeForegroundService from '@supersami/rn-foreground-service'; ReactNativeForegroundService.register(); ``` for anyone coming in the future with the same error, add this to your `index.js` file. Thanks @Raja0sama for the awesome work