Is there a way to show notifications like this in react native?
I was trying, and just got this, without content:
Is there a way to show notifications like this in react native?
I was trying, and just got this, without content:
Hi @paul12p ,
You can follow below :
For iOS: You can implement in NotificationServiceExtension. Refer to https://github.com/sendbird/sendbird-uikit-react-native/blob/main/sample/ios/NotificationService/NotificationService.m
Make sure “mutable_content” is on to have NotificationServiceExtension called.
For Android: It can be implemented using libs like Notifee and display custom style notification. Refer to https://github.com/sendbird/sendbird-uikit-react-native/blob/main/sample/src/libs/notification.ts and check Notifee.displayNotification is handled.
Let me know id this helps.
Sorry @rahul, I think you do not understand me, I already have my notification service and handlers,
what I need is implement this on react native:
Hello @paul12p,
Currently our React Native UIKit does not support our Notifications Product. Only our native Android and iOS UIKits do.