I've written a navigation Expo app (for rural roads) that uses a TaskManager to register the user's position in background.
I was wondering if Expo exposes any lifecycle method to handle when the app is suddenly killed in the background, for instance, when the user decided do rapidly discard the app.
I'd try bare workflow and do that natively. I'm not sure that's really possible to do though.