mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
1163599989
commit
fddac5908c
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user