Skip to content

Commit

Permalink
Delete ON_LAYOUT constant
Browse files Browse the repository at this point in the history
Summary:
ON_LAYOUT is not being used, lets delete it

changelog: [internal] internal

Reviewed By: christophpurrer

Differential Revision: D67924570
  • Loading branch information
mdvacca authored and facebook-github-bot committed Jan 8, 2025
1 parent bd09373 commit a8d16e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/react-native/ReactAndroid/api/ReactAndroid.api
Original file line number Diff line number Diff line change
Expand Up @@ -5397,7 +5397,6 @@ public final class com/facebook/react/uimanager/ViewProps {
public static final field NONE Ljava/lang/String;
public static final field NUMBER_OF_LINES Ljava/lang/String;
public static final field ON Ljava/lang/String;
public static final field ON_LAYOUT Ljava/lang/String;
public static final field OPACITY Ljava/lang/String;
public static final field OUTLINE_COLOR Ljava/lang/String;
public static final field OUTLINE_OFFSET Ljava/lang/String;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ public object ViewProps {
public const val BORDER_START_START_RADIUS: String = "borderStartStartRadius"
public const val BORDER_START_COLOR: String = "borderStartColor"
public const val BORDER_END_COLOR: String = "borderEndColor"
public const val ON_LAYOUT: String = "onLayout"
public const val BOX_SHADOW: String = "boxShadow"
public const val FILTER: String = "filter"
public const val MIX_BLEND_MODE: String = "mixBlendMode"
Expand Down

0 comments on commit a8d16e3

Please sign in to comment.