mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user