Skip to content
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

Closed
wants to merge 1 commit into from

Conversation

erkie
Copy link
Contributor

@erkie erkie commented Apr 5, 2021

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 the RNNotifications object.

@erkie erkie requested a review from yogevbd as a code owner April 5, 2021 16:53
@erkie
Copy link
Contributor Author

erkie commented Apr 19, 2021

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.

@stale
Copy link

stale bot commented Jun 3, 2021

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.

@stale stale bot added the 🏚 stale label Jun 3, 2021
@erkie
Copy link
Contributor Author

erkie commented Jun 3, 2021

This is not stale!!!!!!!!!

@stale stale bot removed the 🏚 stale label Jun 3, 2021
@DanielEliraz
Copy link
Collaborator

@erkie , please rebase and see if tests are passing. Thanks!

@erkie erkie force-pushed the expose-interface branch from 9913fe5 to 332029e Compare June 24, 2021 11:26
@erkie
Copy link
Contributor Author

erkie commented Jun 24, 2021

Seems to fail on

15 warnings generated.
07:31:05 ** TEST BUILD FAILED **

Not anything related to my changes AFAICS. Do you think it's related to my changes?

@DanielEliraz
Copy link
Collaborator

@erkie you can see the error in the last build:

14:31:03 /Users/jenkins/.jenkins/workspace/rnnotifications-ios-pr/lib/ios/RNNotifications.h:20:4: error: expected a type
14:31:03 - (RNNotificationCenterMulticast*)multicast;

@erkie erkie force-pushed the expose-interface branch from 332029e to 15ef12d Compare June 28, 2021 06:39
@erkie
Copy link
Contributor Author

erkie commented Jun 28, 2021

I think that fixed it, looks like the failing issue is that this PR is missing a label now?

Copy link
Collaborator

@DanielEliraz DanielEliraz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@erkie
Copy link
Contributor Author

erkie commented Jun 28, 2021

Thanks to you too!

@DanielEliraz
Copy link
Collaborator

will be release with #756

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants