Skip to content

Commit

Permalink
Fix comments in ReactFeatureFlags (#42025)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #42025

Fix comments in ReactFeatureFlags

changelog: [internal] internal

Reviewed By: arushikesarwani94

Differential Revision: D52263484

fbshipit-source-id: adb598cf7e35d20893cca77e378bde4cab45f857
  • Loading branch information
mdvacca authored and facebook-github-bot committed Jan 12, 2024
1 parent 0b14eed commit 1a6f97f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
public class ReactFeatureFlags {
/**
* Should this application use TurboModules? If yes, then any module that inherits {@link
* com.facebook.react.internal.turbomodule.core.interfaces.TurboModule} will NOT be passed in to
* C++ CatalystInstanceImpl
* com.facebook.react.turbomodule.core.interfaces.TurboModule} will NOT be passed in to C++
* CatalystInstanceImpl
*/
public static volatile boolean useTurboModules = false;

Expand Down Expand Up @@ -168,9 +168,9 @@ public class ReactFeatureFlags {

/*
* When the app is completely migrated to Fabric, set this flag to true to
* disable parts of Paper infrastructre that are not needed anymore but consume
* disable parts of Paper infrastructure that are not needed anymore but consume
* memory and CPU. Specifically, UIViewOperationQueue and EventDispatcherImpl will no
* longer work as they won't subscribe to ReactChoregrapher for updates.
* longer work as they won't subscribe to ReactChoreographer for updates.
*/
public static boolean enableFabricRendererExclusively = false;

Expand Down

0 comments on commit 1a6f97f

Please sign in to comment.