react-native-router-flux
react-native-router-flux copied to clipboard
Replace deprecated `Linking.removeEventListener()`
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 Is there any update on this? Did you forked the repo?
I haven’t forked it. I only have a local patch-package
patch, which replaces removeEventListener()
with remove()
on the event subscription.