mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
857145181b
Summary: The removeEventListener method has been removed from AccessibilityInfo and Linking in this PR: https://github.com/facebook/react-native/issues/33580, so I believe we can remove it from the mocks. ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [Internal] [Removed] - Remove removeEventListener from AccessibilityInfo and Linking mocks Pull Request resolved: https://github.com/facebook/react-native/pull/34260 Test Plan: I executed jest and everything is still green. Reviewed By: dmitryrykun Differential Revision: D38198653 Pulled By: GijsWeterings fbshipit-source-id: 72d10ca54cd505d7c76e7531c9df718b1a9b9ed1