Create MC to gate execution of JS Responder in Fabric Android

Summary:
Create MC to gate execution of JS Responder in Fabric Android

MC.react_fabric.enable_js_responder_fabric_android is enabled by default in the server

changelog: [internal] internal

Reviewed By: JoshuaGross

Differential Revision: D26905296

fbshipit-source-id: 82504174394d1e10fd017435cccd38952404fda0
This commit is contained in:
David Vacca
2021-03-08 21:58:34 -08:00
committed by Facebook GitHub Bot
parent 1163599989
commit fddac5908c
2 changed files with 36 additions and 29 deletions
@@ -62,4 +62,7 @@ public class ReactFeatureFlags {
/** Enables setting layout params to empty to fix a crash */
public static boolean enableSettingEmptyLayoutParams = false;
/** Enables JS Responder in Fabric */
public static boolean enableJSResponder = false;
}