Skip to content

Commit

Permalink
Delete POSITION_SPACING_TYPES from ViewProps (facebook#48536)
Browse files Browse the repository at this point in the history
Summary:

POSITION_SPACING_TYPES is not being used, let's delete it

changelog: [internal] internal

Reviewed By: christophpurrer

Differential Revision: D67924569
  • Loading branch information
mdvacca authored and facebook-github-bot committed Jan 8, 2025
1 parent 83a97c2 commit 7754d98
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 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 @@ -5415,7 +5415,6 @@ public final class com/facebook/react/uimanager/ViewProps {
public static final field PADDING_VERTICAL Ljava/lang/String;
public static final field POINTER_EVENTS Ljava/lang/String;
public static final field POSITION Ljava/lang/String;
public static final field POSITION_SPACING_TYPES [I
public static final field RENDER_TO_HARDWARE_TEXTURE Ljava/lang/String;
public static final field RESIZE_METHOD Ljava/lang/String;
public static final field RESIZE_MODE Ljava/lang/String;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,6 @@ public object ViewProps {
Spacing.BOTTOM,
Spacing.LEFT,
Spacing.RIGHT)
@JvmField
public val POSITION_SPACING_TYPES: IntArray =
intArrayOf(Spacing.START, Spacing.END, Spacing.TOP, Spacing.BOTTOM)
private val LAYOUT_ONLY_PROPS: HashSet<String> =
HashSet(
Arrays.asList(
Expand Down

0 comments on commit 7754d98

Please sign in to comment.