'Enable pop on screen in React Native

How to enable pop on screen?

I am using @react-native-firebase/messaging to send notifications, however, the notification banner is not displayed.

enter image description here



Solution 1:[1]

If you're talking about foreground messages, then they won't be displayed out of the box: enter image description here

Easiest way to show foreground messaged (user being in application) would be to use another library. One solution might be to use react-native-push-notification

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Deddy