Closed mysport12 closed 1 month ago
https://github.com/facebook/react-native/pull/47090/files
Fixes a build failure on RN 0.76.0-rc.6 as a result of a change in the way the event dispatcher is accessed.
See change here: https://github.com/facebook/react-native/pull/47090/files
Note: This change breaks RN 0.76.0-rc.5 and below
You only updated the fabric files with the change, but forgot to update the non-fabric code. I opened a PR with this change: #3176
https://github.com/facebook/react-native/pull/47090/files
Description
Fixes a build failure on RN 0.76.0-rc.6 as a result of a change in the way the event dispatcher is accessed.
See change here: https://github.com/facebook/react-native/pull/47090/files
Note: This change breaks RN 0.76.0-rc.5 and below
Test plan