I am making an app that requires me to know whether the user has opened any app on their mobile device.I don't need to know which app they open, I just need to be notified at the time that this happens.Is there anyway to get this information in React Native when the app is closed?
It would probably work like this:
User clicks button, timer starts.Whilst timer is active, notify if user opens an app.If they do, send notification.Once timer end, stop monitoring.