-
Notifications
You must be signed in to change notification settings - Fork 78
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
added onShowing, onShown, onClosing, onClosed prop events #47
base: master
Are you sure you want to change the base?
Conversation
These events may be used in ui modifications while showing and hiding the notification.
added onShowing, onShown, onClosing, onClosed to README
onClosed will be fired with a parameter that informs if notification is being closed just to show again, in my case, I was hiding notification in onClosed event, but in case that it will be shown again, it should not be removed.
@robcalcroft |
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.
Looks like there's some conflicts but once they're fixed we can merge :)
@robcalcroft |
@YamadaTakahito Hmm that's weird, im seeing: |
Original Pull Request: #13
What
additionalProps
to those events arguments in 0a322a2