Cleanup MC.enable_inline_view_dynamic_size and ReactFeatureFlag.supportInlineViewsWithDynamicSize

Summary:
This diff cleans up mobile config and ReactFeatureFlags that are not used anymore

changeLog: [internal]

Reviewed By: JoshuaGross, makovkastar

Differential Revision: D20026794

fbshipit-source-id: 3d941db195075a9cf49b7ecc0bf1ee839fcca189
This commit is contained in:
David Vacca
2020-02-21 10:50:20 -08:00
committed by Facebook Github Bot
parent c918f45046
commit f19fb2454d
@@ -90,9 +90,4 @@ public class ReactFeatureFlags {
* <p>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 <View>s with no fixed size within a <Text> component.
*/
public static boolean supportInlineViewsWithDynamicSize = true;
}