react-native-push-notification / ios

React Native Push Notification API for iOS.
MIT License
731 stars 280 forks source link

Programatically disable push notification popup in foreground #436

Open codal-hkrishnani opened 3 months ago

codal-hkrishnani commented 3 months ago

In react native ios, I want to disable push notification pop up in foreground from javascript side in specific scenarios.

How can I achieve that, Is there possible ways to do that?