A framework for building native applications using React
Reland: Undo breaking change of UiManager.eventDispatcher by solving circular dependency (#47478)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/47478 That's a reland of D65540601 The `UIManager.eventDispatcher` return type is wrong and is causing a breaking change in 0.77 For 0.76 we fixed it in the release branch but we should fix it for good in main as well. To solve it I had to fix the circular dependency between .bridge and .uimanager. I wish I could have isolated the .events package better but as everythign is public, any change we do is going to be a breaking change so I'm being over cautios here. Changelog: [Android] [Fixed] - Undo breaking change of UiManager.eventDispatcher return type Reviewed By: javache Differential Revision: D65595391 fbshipit-source-id: fc7f6dce78e531c5ec0cc493ed90c0012262b77f
N
Nicola Corti committed
7817ab5de2ce324df734a5dfd705f2454937328f
Parent: 4567e2a
Committed by Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
on 11/7/2024, 1:25:17 PM