Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

ongoing?: boolean | undefined; Why this property doesnt work, i can skip notifications using this. #2431

Open
JulietKocharian opened this issue Nov 29, 2024 · 1 comment

Comments

@JulietKocharian
Copy link

Im using this package, and I want to make sure that my notification is non skippable.

@surya432
Copy link

surya432 commented Dec 11, 2024

@JulietKocharian : you can try

PushNotification.localNotification({
                id: "123",
                tag: "123",
                message: "Timer " ,
                subtitle: "My Notification Subtitle",
                autoCancel: false,
                ongoing: true,
                actions:["DISMISS"]
            })

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants