This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Description
Question
Hi, I'm looking to move away from custom Java modules for notifications to a React Native package. Currently I am using .setFullScreenIntent(action, true);
in my notification builder, but I can't find anything similar in this package. Is there a way to do it, hacky or non-hacky?