Open
Description
Summary
I'm trying to figure out how to send notifications to the Notification Center in macOS similar to what Notifee or PushNotificationsIOS
or expo do. Apologies if this is already a thing that one can do in react-native-macos
but I've been poking around and haven't seen anything to this effect for macOS; is it something that is supported (or planned to be supported) in some way?
I stumbled across this page about IReactNotificationService
but I'm not really sure what to do with it - is this an objective-C interface?
Motivation
Many (most?) native applications make use of the Notification Center for all kinds of things. Seems like it would be good for react native apps to be able to do the same.
Basic Example
No response
Open Questions
No response