mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove unused feature flag: useMapNativeAccessor
Summary: useMapNativeAccessor isn't being used anywhere. Changelog: [Internal] Removing unused internal feature flags: mUseMapNativeAccessor and mUseArrayNativeAccessor Reviewed By: mdvacca Differential Revision: D20788147 fbshipit-source-id: bf670508326813602cb544f86d3d2164651d3394
This commit is contained in:
committed by
Facebook GitHub Bot
parent
52b3105f65
commit
e7c3f9d838
@@ -19,12 +19,6 @@ public class ReactFeatureFlags {
|
||||
/** Whether we should load a specific view manager immediately or when it is accessed by JS */
|
||||
public static boolean lazilyLoadViewManagers = false;
|
||||
|
||||
/** Reduce the number of Java-JS interops while accessing native arrays */
|
||||
public static boolean useArrayNativeAccessor = false;
|
||||
|
||||
/** Reduce the number of Java-JS interops while accessing native maps */
|
||||
public static boolean useMapNativeAccessor = false;
|
||||
|
||||
/**
|
||||
* Should this application use TurboModules? If yes, then any module that inherits {@link
|
||||
* com.facebook.react.turbomodule.core.interfaces.TurboModule} will NOT be passed in to C++
|
||||
|
||||
Reference in New Issue
Block a user