react-native-notifications
react-native-notifications copied to clipboard
Fix opened event and docs
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.