Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make events work for Fabric Interop on Bridgeless #40941

Closed
wants to merge 1 commit into from

Commits on Oct 17, 2023

  1. Make events work for Fabric Interop on Bridgeless (facebook#40941)

    Summary:
    
    Events are currently not working for Fabric Interop on Bridgeless. That's because the `BridgelessReactContext` is not checking for interop modules on `getJsModule` calls, so the `InteropEventEmitter` is never returned.
    
    This extends `BridgelessReactContext` so that  `InteropEventEmitter` is returned if the Interop Layer is turned on.
    
    Changelog:
    [Internal] [Changed] - Make events work for Fabric Interop on Bridgeless
    
    Reviewed By: cipolleschi
    
    Differential Revision: D50266484
    cortinico authored and facebook-github-bot committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    b8c37b3 View commit details
    Browse the repository at this point in the history