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

Add feature flag to use JSI NativeState instead of HostObject #36395

Closed
wants to merge 1 commit into from

Commits on Mar 7, 2023

  1. Add feature flag to use JSI NativeState instead of HostObject (facebo…

    …ok#36395)
    
    Summary:
    Pull Request resolved: facebook#36395
    
    NativeState is a lighter-weight alternative to HostObject, which may simplify some of our use-cases of interacting with JS in the renderer. The down-side is that this approach doesn't allow exposing custom props or functions.
    
    This diffs adds new feature flags to enable experimenting with this functionality and measure any perf impact.
    
    Changelog: [Internal]
    
    Reviewed By: sammy-SC
    
    Differential Revision: D41553421
    
    fbshipit-source-id: 1a8f252b6910384d7a1a5699c2cca0b69e0c74ca
    javache authored and facebook-github-bot committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    9a3cd01 View commit details
    Browse the repository at this point in the history