diff --git a/ReactAndroid/src/main/java/com/facebook/react/config/ReactFeatureFlags.java b/ReactAndroid/src/main/java/com/facebook/react/config/ReactFeatureFlags.java index b06df9eaaac..b746fcdc1cc 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/config/ReactFeatureFlags.java +++ b/ReactAndroid/src/main/java/com/facebook/react/config/ReactFeatureFlags.java @@ -90,9 +90,4 @@ public class ReactFeatureFlags { *

The react flag is disabled by default because this is increasing ANRs (T57363204) */ public static boolean clipChildRectsIfOverflowIsHidden = false; - - /** - * This react flag enables the rendering of s with no fixed size within a component. - */ - public static boolean supportInlineViewsWithDynamicSize = true; }