From 3d0f6a03a984e24e637da3feae58943dbf05759e Mon Sep 17 00:00:00 2001 From: Emily Brown Date: Mon, 19 Jan 2026 12:10:11 +0000 Subject: [PATCH 1/2] Test change to see if js api dif changes script compares --- packages/react-native/ReactNativeApi.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/react-native/ReactNativeApi.d.ts b/packages/react-native/ReactNativeApi.d.ts index 4a8a22f45831..9fceaa3cb014 100644 --- a/packages/react-native/ReactNativeApi.d.ts +++ b/packages/react-native/ReactNativeApi.d.ts @@ -593,6 +593,8 @@ declare type ____BlendMode_Internal = | "saturation" | "screen" | "soft-light" +// Test change for workflow validation DO NOT MERGE +declare type TestType = string declare type ____ColorValue_Internal = NativeColorValue | null | number | string declare type ____DangerouslyImpreciseAnimatedStyleProp_Internal = WithAnimatedValue>> From d9103e196ceecdd657f0fd360aedb4ca6c535991 Mon Sep 17 00:00:00 2001 From: Emily Brown Date: Mon, 19 Jan 2026 13:39:13 +0000 Subject: [PATCH 2/2] added new type test to exports --- packages/react-native/ReactNativeApi.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react-native/ReactNativeApi.d.ts b/packages/react-native/ReactNativeApi.d.ts index 9fceaa3cb014..32cf5743b837 100644 --- a/packages/react-native/ReactNativeApi.d.ts +++ b/packages/react-native/ReactNativeApi.d.ts @@ -6218,6 +6218,7 @@ export { TVViewPropsIOS, // 330ce7b5 TargetedEvent, // 16e98910 TaskProvider, // 266dedf2 + TestType, // test Text, // e55ac2e2 TextContentType, // 239b3ecc TextInput, // cf7a3331