mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Create ReactFeatureFlag to initialize MapBufferSo file during Fabric initialization
Summary: This diff creates a ReactFeatureFlag to initialize MapBufferSo file during Fabric initialization. This is necessary to be able to compare properly Mapbuffer vs ReadableNativeMap (because ReadableNativeMap c++ files is already included in the bridge so file) changelog: [internal] Reviewed By: JoshuaGross Differential Revision: D28436044 fbshipit-source-id: 338e1bb72b5313dc29a309e1b0e979e7c8bd1c18
This commit is contained in:
committed by
Facebook GitHub Bot
parent
73fbe80fc4
commit
0b371304aa
@@ -60,6 +60,9 @@ public class ReactFeatureFlags {
|
||||
/** 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;
|
||||
|
||||
/** An interface used to compute flags on demand. */
|
||||
public interface FlagProvider {
|
||||
boolean get();
|
||||
|
||||
Reference in New Issue
Block a user