wix / react-native-notifications

React Native Notifications
MIT License
3.23k stars 763 forks source link

Fix opened event and docs #911

Open DanielEliraz opened 1 year ago

DanielEliraz commented 1 year ago

upgraded here to RN@69 in order to test the cycle there. seems ok.

removed deprecated docs.

I changed the notificationOpened trigger point to a later point in react native cycle in android (onWindowFocusChange). that in order to be sure that the component is mounted before.

Also on adding a new listener I removed the old once since in new versions it causes un-needed multiple listeners.