Hook up CPP props parsing and Android ViewRecycling feature flags on Android

Summary:
Hook up feature flags.

Changelog: [Internal]

Reviewed By: cortinico, ryancat

Differential Revision: D37166366

fbshipit-source-id: 440acba9ee85a9ced64cd880d915044de7619584
This commit is contained in:
Joshua Gross
2022-06-15 23:37:34 -07:00
committed by Facebook GitHub Bot
parent 63ddfa02ee
commit 577582e230
2 changed files with 15 additions and 0 deletions
@@ -130,4 +130,9 @@ public class ReactFeatureFlags {
* Feature Flag to enable View Recycling. When enabled, individual ViewManagers must still opt-in.
*/
public static boolean enableViewRecycling = false;
/**
* Enable prop iterator setter-style construction of Props in C++ (this flag is not used in Java).
*/
public static boolean enableCppPropsIteratorSetter = false;
}