diff --git a/ReactAndroid/src/main/java/com/facebook/react/config/ReactFeatureFlags.java b/ReactAndroid/src/main/java/com/facebook/react/config/ReactFeatureFlags.java index 8513e6c0ccd..077eb5fd7b2 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/config/ReactFeatureFlags.java +++ b/ReactAndroid/src/main/java/com/facebook/react/config/ReactFeatureFlags.java @@ -25,6 +25,12 @@ public class ReactFeatureFlags { */ public static volatile boolean useTurboModules = false; + /** + * Should this application use the new (Fabric) Renderer? If yes, all rendering in this app will + * use Fabric instead of the legacy renderer. + */ + public static volatile boolean enableFabricRenderer = false; + /** * After TurboModules and Fabric are enabled, we need to ensure that the legacy NativeModule isn't * isn't used. So, turn this flag on to trigger warnings whenever the legacy NativeModule system