Ship setJSResponder in code

Summary:
setJSResponder/clearJSResponder have been in use in prod for a while and are stable. Ship them in code.

Changelog: [Internal]

Reviewed By: sammy-SC

Differential Revision: D28889894

fbshipit-source-id: 1c42526cd890d528062eeb50761fc49cc6109d76
This commit is contained in:
Joshua Gross
2021-06-04 11:56:13 -07:00
committed by Facebook GitHub Bot
parent a18a2de4b4
commit 3ba815228e
2 changed files with 29 additions and 36 deletions
@@ -47,9 +47,6 @@ public class ReactFeatureFlags {
/** Enables a more aggressive cleanup during destruction of ReactContext */
public static boolean enableReactContextCleanupFix = false;
/** Enables JS Responder in Fabric */
public static boolean enableJSResponder = false;
/** Feature flag to configure eager initialization of MapBuffer So file */
public static boolean enableEagerInitializeMapBufferSoFile = false;