Skip to content

Commit

Permalink
Remove unused feature flag: useMapNativeAccessor
Browse files Browse the repository at this point in the history
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
  • Loading branch information
JoshuaGross authored and facebook-github-bot committed Apr 2, 2020
1 parent 52b3105 commit e7c3f9d
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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++
Expand Down

0 comments on commit e7c3f9d

Please sign in to comment.