SIGN IN SIGN UP
facebook / react-native UNCLAIMED

A framework for building native applications using React

0 0 94 C++

Remove enableFabricRenderer() call from DefaultNewArchitectureEntryPoint (#56854)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/56854

The `enableFabricRenderer()` flag is being deleted; it always returns true on the canary release stage. In `loadWithFeatureFlags`, replace both `featureFlags.enableFabricRenderer()` reads with the literal `true` for `privateFabricEnabled` and `privateConcurrentReactEnabled`.

Behavior is unchanged.

Changelog:
[Internal]

Reviewed By: javache

Differential Revision: D105229919

fbshipit-source-id: 9ec8a66addb198be123ac9f1a99d851cf88aa0c6
D
David Vacca committed
d4bcc67219cd952247c19d2b248140deeaa41a14
Parent: 44a9566
Committed by meta-codesync[bot] <215208954+meta-codesync[bot]@users.noreply.github.com> on 5/18/2026, 6:47:58 PM