mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
baded0f9e3
commit
d393e9490e
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user