Stop using RoundedCornerPostProcessor

Summary:
Originally introduced in D2022018

Tried to make the processor optional when no rounding is required, but found even that was not strictly necessary.

Changelog: [Internal]

Reviewed By: mdvacca

Differential Revision: D32675492

fbshipit-source-id: 8dfdbf0e4347155045f77b1fba00a59086fe7a33
This commit is contained in:
Genki Kondo
2021-12-07 16:09:54 -08:00
committed by Facebook GitHub Bot
parent baded0f9e3
commit d393e9490e
4 changed files with 115 additions and 167 deletions
@@ -111,4 +111,7 @@ 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;
}