Relative Content

Tag Archive for javascriptandroidreactjskotlinnative

Reposting the stored notificaions in react native using kotlin native modules

I’m developing an Android app where I need to block and then repost notifications. My app successfully blocks notifications, but when I try to repost them, they don’t appear in the status bar. I have added logging to confirm that the repost method is called and executed without errors.
Here are the relevant parts of my code: