mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Delete ReactFeatureFlags.enableRoundedCornerPostprocessing
Summary: Rounded corner postprocessing has been disabled for 2 months now, and [metrics neutral](https://www.internalfb.com/intern/qe2/react_fabric_marketplace_home_android_universe/react_fabric_disable_rounded_corner_postprocess_android/setup/config). Removing the flag and associated codepaths. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D33953645 fbshipit-source-id: b0e5a6068114d74292f17450a22816f19cae6f15
This commit is contained in:
committed by
Facebook GitHub Bot
parent
09e418ef8e
commit
08faa130dd
@@ -101,7 +101,4 @@ public class ReactFeatureFlags {
|
||||
|
||||
/** TODO: T103427072 Delete ReactFeatureFlags.enableNestedTextOnPressEventFix */
|
||||
public static boolean enableNestedTextOnPressEventFix = true;
|
||||
|
||||
/** TODO: T107492383 Delete this flag. Enables postprocessor for rounded corners for Image */
|
||||
public static boolean enableRoundedCornerPostprocessing = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user