-
Notifications
You must be signed in to change notification settings - Fork 766
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose the multicast property of RNNotifications so it can be used for tweaks #731
Conversation
When you look at this repo you see only a few open PR's and only a few open issues. It makes you assume it's an active project, when in fact, it's just stalebot closing stuff. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This is not stale!!!!!!!!! |
@erkie , please rebase and see if tests are passing. Thanks! |
Seems to fail on
Not anything related to my changes AFAICS. Do you think it's related to my changes? |
@erkie you can see the error in the last build:
|
I think that fixed it, looks like the failing issue is that this PR is missing a label now? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
Thanks to you too! |
will be release with #756 |
We wanted to customize the handling of the notifications for iOS. The only way to do this was to implement a wrapper around the
RNNotificationCenterMulticast
instance. This PR exposes that as an interface method on theRNNotifications
object.