React Native keep location tracking and websocket active when app is on background
i have a project in react native that sends via websocket real-time coordinates via a node backend server and after im receiving them from a react frontend page. The problem i have is that when the app is in background the websocket wont work also location tracking. Any ideas?