Back out "Anti-alias rounded borders on overflow: hidden views"

Summary:
Changelog:
[Android][Removed] - Anti aliased rounded corners on overflow: hidden views

Differential Revision: D39072689

fbshipit-source-id: 41b01fa67280b7b8a7df61fdb809bb97a75c781b
This commit is contained in:
Harrison Spain
2022-08-26 15:52:22 -07:00
committed by Facebook GitHub Bot
parent 9ac437f25b
commit e653f2fd15
2 changed files with 4 additions and 44 deletions
@@ -144,10 +144,4 @@ public class ReactFeatureFlags {
/** Temporary flag to allow execution of mount items up to 15ms earlier than normal. */
public static boolean enableEarlyScheduledMountItemExecution = false;
/**
* Use a bitmap mask instead of clipPath for rounding corners so that they are antialiased in
* Android
*/
public static boolean antiAliasRoundedOverflowCorners = false;
}