From 12deb38cbade6e2469925c249d89719d11968592 Mon Sep 17 00:00:00 2001 From: Dawid Malecki Date: Tue, 28 Oct 2025 16:29:56 +0100 Subject: [PATCH 1/7] run danger --- .github/workflows/danger-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/danger-pr.yml b/.github/workflows/danger-pr.yml index cf28b788105a76..06daf7ee8378c8 100644 --- a/.github/workflows/danger-pr.yml +++ b/.github/workflows/danger-pr.yml @@ -15,7 +15,7 @@ permissions: jobs: danger: runs-on: ubuntu-latest - if: github.repository == 'facebook/react-native' + if: github.repository == 'coado/react-native' steps: - uses: actions/checkout@v4 - name: Setup Node.js From 085854dade519ca8052f86edfe42f233ce3f547c Mon Sep 17 00:00:00 2001 From: Dawid Malecki Date: Tue, 28 Oct 2025 16:51:45 +0100 Subject: [PATCH 2/7] changing API --- packages/react-native/ReactNativeApi.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native/ReactNativeApi.d.ts b/packages/react-native/ReactNativeApi.d.ts index 2ac82083cbfec3..402e13c843923c 100644 --- a/packages/react-native/ReactNativeApi.d.ts +++ b/packages/react-native/ReactNativeApi.d.ts @@ -36,7 +36,7 @@ declare const $$AnimatedImage: AnimatedComponentType< React.ComponentRef > declare const $$AnimatedImplementation: { - add: typeof addImpl + // add: typeof addImpl attachNativeEvent: typeof attachNativeEventImpl Color: typeof AnimatedColor_default createAnimatedComponent: typeof createAnimatedComponent_default From 2c2c7be5a4028a659212866a65630763543294a5 Mon Sep 17 00:00:00 2001 From: Dawid Malecki Date: Tue, 28 Oct 2025 16:52:53 +0100 Subject: [PATCH 3/7] change API --- packages/react-native/ReactNativeApi.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native/ReactNativeApi.d.ts b/packages/react-native/ReactNativeApi.d.ts index 402e13c843923c..2ac82083cbfec3 100644 --- a/packages/react-native/ReactNativeApi.d.ts +++ b/packages/react-native/ReactNativeApi.d.ts @@ -36,7 +36,7 @@ declare const $$AnimatedImage: AnimatedComponentType< React.ComponentRef > declare const $$AnimatedImplementation: { - // add: typeof addImpl + add: typeof addImpl attachNativeEvent: typeof attachNativeEventImpl Color: typeof AnimatedColor_default createAnimatedComponent: typeof createAnimatedComponent_default From 6e1028be5458bd936623c0a40efbe15ebf14b3e3 Mon Sep 17 00:00:00 2001 From: Dawid Malecki Date: Tue, 28 Oct 2025 17:19:39 +0100 Subject: [PATCH 4/7] snapshot output --- private/react-native-bots/dangerfile.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/private/react-native-bots/dangerfile.js b/private/react-native-bots/dangerfile.js index 1bff20819a9709..005ff55d67d796 100644 --- a/private/react-native-bots/dangerfile.js +++ b/private/react-native-bots/dangerfile.js @@ -39,6 +39,9 @@ const snapshot_output = JSON.parse( 'utf8', ), ); + +console.log('Snapshot output:', snapshot_output); + if (snapshot_output && snapshot_output.result !== 'NON_BREAKING') { const title = ':exclamation: JavaScript API change detected'; const idea = From 5db6f3cff8374623ca7055e88cad62861227b8c6 Mon Sep 17 00:00:00 2001 From: Dawid Malecki Date: Mon, 3 Nov 2025 10:36:36 +0100 Subject: [PATCH 5/7] changing api --- packages/react-native/ReactNativeApi.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native/ReactNativeApi.d.ts b/packages/react-native/ReactNativeApi.d.ts index 2ac82083cbfec3..ff992b3137d856 100644 --- a/packages/react-native/ReactNativeApi.d.ts +++ b/packages/react-native/ReactNativeApi.d.ts @@ -6115,7 +6115,7 @@ export { SectionListData, // 119baf83 SectionListProps, // c9ac8e07 SectionListRenderItem, // 1fad0435 - SectionListRenderItemInfo, // 745e1992 + SectionListRenderItemInfo, // 745e1994 Separators, // 6a45f7e3 Settings, // 4282b0da Share, // e4591b32 From 074b2daee01580175e2e6c7958ea5c5ecd0e7818 Mon Sep 17 00:00:00 2001 From: Dawid Malecki Date: Mon, 3 Nov 2025 10:37:45 +0100 Subject: [PATCH 6/7] revert: --- packages/react-native/ReactNativeApi.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native/ReactNativeApi.d.ts b/packages/react-native/ReactNativeApi.d.ts index ff992b3137d856..2ac82083cbfec3 100644 --- a/packages/react-native/ReactNativeApi.d.ts +++ b/packages/react-native/ReactNativeApi.d.ts @@ -6115,7 +6115,7 @@ export { SectionListData, // 119baf83 SectionListProps, // c9ac8e07 SectionListRenderItem, // 1fad0435 - SectionListRenderItemInfo, // 745e1994 + SectionListRenderItemInfo, // 745e1992 Separators, // 6a45f7e3 Settings, // 4282b0da Share, // e4591b32 From 7d6d259661e0b929e0ed71ab553762c7bcb0a04e Mon Sep 17 00:00:00 2001 From: Dawid Malecki Date: Mon, 3 Nov 2025 10:38:44 +0100 Subject: [PATCH 7/7] empty commit with old api