react-native-router-flux icon indicating copy to clipboard operation
react-native-router-flux copied to clipboard

Replace deprecated `Linking.removeEventListener()`

Open sonicdoe opened this issue 3 years ago • 2 comments

In React Native v0.65, Linking.removeEventListener() has been deprecated. react-native-router-flux calls it in: https://github.com/aksonov/react-native-router-flux/blob/b6e8e71aaa5301740724ebbc7bf3dbad5fda0696/src/Router.js#L35

sonicdoe avatar Oct 06 '21 10:10 sonicdoe

@sonicdoe Is there any update on this? Did you forked the repo?

mcatmos avatar Apr 19 '22 11:04 mcatmos

I haven’t forked it. I only have a local patch-package patch, which replaces removeEventListener() with remove() on the event subscription.

sonicdoe avatar Apr 20 '22 15:04 sonicdoe