How to handle foreground service notifications in React Native
I trying to use foreground services from https://www.npmjs.com/package/@supersami/rn-foreground-service and the problem I am facing is that, when I start the service, it creates a notification, but I cannot handle the event when I press the buttons on the notification or the main area of the notification.
how to handle foreground service notification in react native
I trying to use foreground services from https://www.npmjs.com/package/@supersami/rn-foreground-service and the problem i have facing is when i start the service it creates a notification but i cannot handle the event when i press the buttons on the notification or the main area of the notification.