'Enable pop on screen in React Native
Solution 1:[1]
If you're talking about foreground messages, then they won't be displayed out of the box:

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 |

