I've been doing a few searches on google trying to find a way to run foreground services in react native but I haven't found much about it.
Is anyone aware of how to accomplish this? This is what I mean by foreground service: https://developer.android.com/guide/components/services.html#Foreground
Edit: for some reason the link isn't working anymore.This is the good link as pointed out by DAN.
Here's a package react-native-foreground-service i found, while I was dealing with the same issue.