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

Undeprecate UIManagerProvider in the new architecture #47386

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Nov 4, 2024

  1. Deprecate BridgeReactContext (facebook#47382)

    Summary:
    
    BridgeReactContext is part of old architecture and we are ready to deprecate it
    
    changelog: [Android][Deprecate] Deprecate BridgeReactContext
    
    Reviewed By: cortinico
    
    Differential Revision: D65430642
    mdvacca authored and facebook-github-bot committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a6a26d4 View commit details
    Browse the repository at this point in the history
  2. Deprecate CatalystInstance in old architecture (facebook#47383)

    Summary:
    
    CatalystInstance is deprecated and will be removed in new architecture
    
    changelog: [Android][Changed] Deprecate CatalystInstance in old architecture
    
    Reviewed By: cortinico
    
    Differential Revision: D65430643
    mdvacca authored and facebook-github-bot committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    88fc6f5 View commit details
    Browse the repository at this point in the history
  3. Undeprecate UIManagerProvider in the new architecture

    Summary:
    UIManagerProvider is actually useful to decouple client code from the FabricUIManagerClass
    that's why I'm removing the DeprecatedInNewArchitecture annotation
    
    changelog: [internal] internal
    
    Reviewed By: cortinico
    
    Differential Revision: D65430644
    mdvacca authored and facebook-github-bot committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    c24ff08 View commit details
    Browse the repository at this point in the history