react-native-notifications icon indicating copy to clipboard operation
react-native-notifications copied to clipboard

Fix opened event and docs

Open DanielEliraz opened this issue 3 years ago • 0 comments

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.

DanielEliraz avatar Oct 30 '22 11:10 DanielEliraz