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

[RN] Move feature flags for the event loop to ReactNativeFeatureFlags #42434

Closed
wants to merge 2 commits into from

Commits on Jan 25, 2024

  1. Implement new feature flag system

    Differential Revision: D52806730
    
    fbshipit-source-id: a5026941589ae3e222d49cc803e4b88d037f9db0
    rubennorte authored and facebook-github-bot committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    fe92736 View commit details
    Browse the repository at this point in the history
  2. Move feature flags for the event loop to ReactNativeFeatureFlags (fac…

    …ebook#42434)
    
    Summary:
    Pull Request resolved: facebook#42434
    
    Changelog: [internal]
    
    The flags for the event loop were set up using different mechanisms due to the limitations of the previous feature flags systems. Now we can centralize on the new system and use them consistently on Android and iOS.
    
    Reviewed By: RSNara
    
    Differential Revision: D52819137
    
    fbshipit-source-id: 1e89ae554f7668ed6e4e9143e6e9690982388315
    rubennorte authored and facebook-github-bot committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    cd84afd View commit details
    Browse the repository at this point in the history