seniv / react-native-notifier

Fast and simple in-app notifications for React Native
MIT License
1.05k stars 60 forks source link

Checking when notification is open #70

Closed ajlee4 closed 2 years ago

ajlee4 commented 2 years ago

Please tell me how I can catch the event when the notification is open?

seniv commented 2 years ago

Hello. I have released a new version with onShown callback parameter that will be called when appearing animation will be finished. Please let me know if this new parameter covers your case.

ajlee4 commented 2 years ago

Yes, thank you very much. Great library, Good luck!