How to show a heads up notification ? #4381
-
I want to show a heads up notification And also show it on the lock screen. I didn't find any proper documentation about it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Local device notifications are an API surface area that react-native-firebase does not cover For that reason there will not be any proper or improper documentation about them here, really. You'll want to integrate a full featured notification package and drive notification display through it, perhaps by using the notification package's APIs in the handlers you install for react-native-firebase data-only firebase cloud message receipt Suggestions - react-native-notifications, notifee, react-native-push-notification as possible packages |
Beta Was this translation helpful? Give feedback.
Local device notifications are an API surface area that react-native-firebase does not cover
For that reason there will not be any proper or improper documentation about them here, really.
You'll want to integrate a full featured notification package and drive notification display through it, perhaps by using the notification package's APIs in the handlers you install for react-native-firebase data-only firebase cloud message receipt
Suggestions - react-native-notifications, notifee, react-native-push-notification as possible packages