Prototype View recycling for View

Summary:
Prototype of View Recycling for View + generic APIs.

Changelog: [Added][Android] Adding experimental View Recycling for Fabric on Android.

Reviewed By: mdvacca

Differential Revision: D36608419

fbshipit-source-id: c469ce2fe12ef9332d3def591118befc4a619870
This commit is contained in:
Joshua Gross
2022-05-26 03:40:21 -07:00
committed by Facebook GitHub Bot
parent 0ef73f2a82
commit 7b778fbebb
9 changed files with 293 additions and 11 deletions
@@ -119,4 +119,9 @@ public class ReactFeatureFlags {
* </ul>
*/
public static int turboModuleBindingMode = 0;
/**
* Feature Flag to enable View Recycling. When enabled, individual ViewManagers must still opt-in.
*/
public static boolean enableViewRecycling = false;
}