how can i make socket connection run in the background process for android and ios in react native?

Viewed 6

I have tried to run socket connection in the background process for android and ios, to display notifications using notifee package, what I'm trying to do is when the app is killed the service is going to still run in background process and display notification when the app is killed.

0 Answers
Related