Open plaksin-a opened 3 years ago
Hi @plaksin-a You can take a look to:
Regards,
<!-- Change the value to true to enable pop-up for in foreground (remote-only, for local use ignoreInForeground) -->
<meta-data android:name="com.dieam.reactnativepushnotification.notification_foreground"
android:value="false"/>
I think this should work
Hi all! I am using an example from the readme and as result, I always receive push-notifications no difference the app in an active state or background state, but I would like to show notifications only when the app in the background state. Can you help me, where I did a mistake? I wrapped the next code in a function and call it in redux-saga.