react-native-in-app-notification
react-native-in-app-notification copied to clipboard
added onShowing, onShown, onClosing, onClosed prop events
Original Pull Request: https://github.com/robcalcroft/react-native-in-app-notification/pull/13
What
- Those events call while showing and hiding the notification.
- I fix conflict in 64c49c8 and add
additionalProps
to those events arguments in 0a322a2
@robcalcroft review, please!
@robcalcroft Looks like no conflict for me.🤔
@YamadaTakahito Hmm that's weird, im seeing:
could you try running
git rebase master
on your branch to see if there are any conflicts you encounter when rebasing against master, thanks.