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

Fabric Automatic Interop for Android #42294

Closed
wants to merge 1 commit into from

Commits on Jan 16, 2024

  1. Fabric Automatic Interop for Android

    Summary:
    This changes enables the Fabric Intrerop Layer automatically for all the users.
    
    Practically I'm removing the fallback `ComponentDescriptor` inside the `ComponentDescriptorRegistry` so that if a component hasn't been automatically registered by a user, instead of showing the UnimplementedView, it loads a `UnstableLegacyViewManagerAutomaticComponentDescriptor`.
    
    This ComponentDescriptor is built starting from the legacy component name, and responds with correct `ComponentName` and `ComponentHandle` (similarly to the `UnstableLegacyViewManagerInteropComponentDescriptor` but without using C++ templates).
    
    Changelog:
    [Internal] [Changed] - Fabric Automatic Interop for Android
    
    Differential Revision: D52663244
    cortinico authored and facebook-github-bot committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    868f099 View commit details
    Browse the repository at this point in the history