Delete POSITION_SPACING_TYPES from ViewProps (#48536)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/48536

POSITION_SPACING_TYPES is not being used, let's delete it

changelog: [internal] internal

Reviewed By: christophpurrer

Differential Revision: D67924569

fbshipit-source-id: 6cc4b0537032f4a4b54dbd728ca52ba216fd6cee
This commit is contained in:
David Vacca
2025-01-08 11:37:47 -08:00
committed by Facebook GitHub Bot
parent c17e6ce0f0
commit e4ec22de9d
2 changed files with 0 additions and 4 deletions
@@ -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;
@@ -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(