robcalcroft / react-native-in-app-notification

:bell: Customisable in-app notification component for React Native
MIT License
269 stars 78 forks source link

added onShowing, onShown, onClosing, onClosed prop events #13

Open murat-mehmet opened 6 years ago

murat-mehmet commented 6 years ago

These events may be used in ui modifications while showing and hiding the notification.

YamadaTakahito commented 3 years ago

@murat-mehmet Thank you for your modification. I want to use this future, too. If you have time, would you fix conflict?

robcalcroft commented 3 years ago

@murat-mehmet if you can resolve the conflicts I can merge

YamadaTakahito commented 3 years ago

@robcalcroft OK 😄 I submited fixed pull request (https://github.com/robcalcroft/react-native-in-app-notification/pull/47).