I have integrated push notification using Firebase library. Below library specifications,
"@react-native-firebase/messaging": "^10.5.0",
"react-native": "0.63.4",
When app is in background state push notification is received but it's not pop up on screen. What setting i need to do to heads-up push notification when app is in background state.