aksonov / react-native-router-flux

The first declarative React Native router

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace deprecated `Linking.removeEventListener()`

sonicdoe opened this issue · comments

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

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

@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.