Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RN: Delete
Linking.removeEventListener
Summary: Deletes `Linking.removeEventListener` in favor of returning the `EventSubscription` returned by `NativeEventEmitter.addListener`. Changelog: [General][Added] - `Linking.addEventListener` now returns a subscription with a `remove()` method. [General][Removed] - Removed `Linking.removeEventListener`. Instead, call `remove()` on the subscription returned by `Linking.addEventListener`. Reviewed By: rubennorte, wtfil Differential Revision: D26155896 fbshipit-source-id: 1176ec6eae1c0fff2d68acf5411a18da530b212a
- Loading branch information