You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linking api not compatible with RN latest version(or before).
React Native v0.65 release note has:
Deprecate Linking.removeEventListener. Instead, call remove() on the subscription returned by Linking.addEventListener.
We should add remove() subscription method. Otherwise it will throw error on RNW.
I'm not sure if we still need to deprecate or remove removeEventListener after v0.19 publish.
Is there an existing issue for this?
Describe the issue
Linking api not compatible with RN latest version(or before).
React Native v0.65 release note has:
We should add
remove()
subscription method. Otherwise it will throw error on RNW.I'm not sure if we still need to deprecate or remove
removeEventListener
after v0.19 publish.Expected behavior
Compatible Linking api with RN.
Steps to reproduce
Open sandbox:
Click button.
Test case
https://codesandbox.io/s/priceless-darwin-3p033u
Additional comments
No response
The text was updated successfully, but these errors were encountered: