Closed kimkong88 closed 2 years ago
this.props.showNotification({ title: "test", message: "test", icon: "test-icon", vibrate: false, notificationBodyComponent: <CustomComponent/>, });
apparently doing nothing for me.
It shows black background notification..
Am I using this library wrong?
figured out by playing around ... <InAppNotificationProvider notificationBodyComponent={ CustomComponent }
... was way to go
apparently doing nothing for me.
It shows black background notification..
Am I using this library wrong?