react-native-push-notification
react-native-push-notification copied to clipboard
push notifications and receiving FCM
I'd like to generate local push notifications and also receive and display notifications receiving from FCM also. Do I need install @react-native-firebase also so my App will get notifications from FCM?
yes you must install @react-native-firebase/app and @react-native-firebase/messaging
then you can call local notif when onMessage

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.