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