Hermanyo H.
Hermanyo H.
In my case, the app start popping local push notification after I send a remote push notification in background state. I don't know why but after this the local push...
I solve it: android/app/src/main/AndroidManifest.xml ``` ``` and... ``` useEffect(()=> PushNotification.createChannel( { channelId: 'default_channel_name', // (required) channelName: 'default_channel_name', // (required) }, created => console.debug(`createChannel returned '${created}'`), ); const unsubsceribeRemoteMessaging = firebase...