Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace deprecated Linking.removeEventListener() #3802

Open
sonicdoe opened this issue Oct 6, 2021 · 2 comments
Open

Replace deprecated Linking.removeEventListener() #3802

sonicdoe opened this issue Oct 6, 2021 · 2 comments

Comments

@sonicdoe
Copy link

sonicdoe commented Oct 6, 2021

In React Native v0.65, Linking.removeEventListener() has been deprecated. react-native-router-flux calls it in:

Linking.removeEventListener('url', this.handleDeepURL);

@mcatmos
Copy link

mcatmos commented Apr 19, 2022

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

@sonicdoe
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants