question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is there a way to add fullScreenIntent to a notification?

See original GitHub issue

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?

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
mateyFromTheBlockcommented, Aug 1, 2021
1reaction
wiserdivisorcommented, Mar 9, 2021

Hi @twelvearrays, you can either follow the steps above or use this - I forked the current dev branch and published on npm: https://www.npmjs.com/package/react-native-push-notification-full-screen-intent

This is not working for me. I get notifs but not in full screen? Any special settings for that? @whenmoon can you also, if it’s not too much trouble, upload a video demonstrating the full screen notifs?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Full-Screen Intent Notifications — Android - Medium
1. Notify while the app on the foreground. ... In order to show a full-screen intent, we need to first build the notification...
Read more >
What exactly is full screen intent in android? - Stack Overflow
1 Answer 1 ... An intent to launch instead of posting the notification to the status bar. Only for use with extremely high-priority...
Read more >
Full-Screen Intent Notifications – Android - Giorgos Neokleous
1. Notify while the app on the foreground. ... In order to show a full-screen intent, we need to first build the notification...
Read more >
Display time-sensitive notifications - Android Developers
When creating the notification, make sure that you include a descriptive title and message. Optionally, you can also provide a full-screen intent.
Read more >
Full-Screen Intent Notification Android Example - GitHub
Full -Screen Intent Notification Android Example. Contribute to giorgosneokleous93/fullscreenintentexample development by creating an account on GitHub.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found