Skip to content

Commit

Permalink
Delete unused constants in ViewProps
Browse files Browse the repository at this point in the history
Summary:
IS_ATTACHMENT is unused, let's delete it

changelog: [internal] internal

Reviewed By: christophpurrer

Differential Revision: D67924566
  • Loading branch information
mdvacca authored and facebook-github-bot committed Jan 8, 2025
1 parent a62230a commit bd09373
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 @@ -5371,7 +5371,6 @@ public final class com/facebook/react/uimanager/ViewProps {
public static final field IMPORTANT_FOR_ACCESSIBILITY Ljava/lang/String;
public static final field INCLUDE_FONT_PADDING Ljava/lang/String;
public static final field INSTANCE Lcom/facebook/react/uimanager/ViewProps;
public static final field IS_ATTACHMENT Ljava/lang/String;
public static final field JUSTIFY_CONTENT Ljava/lang/String;
public static final field LAYOUT_DIRECTION Ljava/lang/String;
public static final field LEFT Ljava/lang/String;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public object ViewProps {
public const val WIDTH: String = "width"
public const val START: String = "start"
public const val END: String = "end"
public const val IS_ATTACHMENT: String = "isAttachment"
public const val AUTO: String = "auto"
public const val NONE: String = "none"
public const val BOX_NONE: String = "box-none"
Expand Down

0 comments on commit bd09373

Please sign in to comment.