OneSignal/react-onesignal

[question]: How can I hide the bell?

agustinramos opened this issue · 2 comments

How can we help?

Hii, nice to meet you guys,

Just I wanna now how can I hide the bell with this library.

Thanks!

Howdy,
Make sure you have your app configured to "Custom Code" in your dashboard.

The bell is configured in Custom Code setups via init options.

Enjoy!

window.OneSignal.notifyButton.launcher.hide() ...

thanks!!