Hacker News new | ask | show | jobs
by Svarto 1272 days ago
This looks really interesting, does this run on react native? Or is it only for web apps?
2 comments

It seems to support Expo for push notifications (https://github.com/novuhq/novu/tree/main/providers/expo). I'm not sure if you could use it with "vanilla" RN.
You can use either Expo or Firebase Cloud Messages by the looks of it
I can see from the docs that what I read as in-app notifications, is actually the notification feed rather than mobile in-app notifications (to make it feature complete, similar to Onesignal). Looks really promising and will follow this as it develops!
For now we only support a react ,vue, angular and web component. So no react native component at the moment. But you can always consume the react library with the provided hooks and implement your own UI using the API.