From 12deb38cbade6e2469925c249d89719d11968592 Mon Sep 17 00:00:00 2001 From: Dawid Malecki Date: Tue, 28 Oct 2025 16:29:56 +0100 Subject: [PATCH 1/6] 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 cf28b788105a..06daf7ee8378 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/6] 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 2ac82083cbfe..402e13c84392 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/6] 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 402e13c84392..2ac82083cbfe 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/6] 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 1bff20819a97..005ff55d67d7 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 961fd9890b62b6352b541438b89d0f031813f43f Mon Sep 17 00:00:00 2001 From: Dawid Malecki Date: Mon, 3 Nov 2025 10:25:37 +0100 Subject: [PATCH 5/6] changed api --- packages/react-native/ReactNativeApi.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/react-native/ReactNativeApi.d.ts b/packages/react-native/ReactNativeApi.d.ts index 2ac82083cbfe..a4f510ec4221 100644 --- a/packages/react-native/ReactNativeApi.d.ts +++ b/packages/react-native/ReactNativeApi.d.ts @@ -52,9 +52,9 @@ declare const $$AnimatedImplementation: { modulo: typeof moduloImpl multiply: typeof multiplyImpl Node: typeof AnimatedNode_default - parallel: typeof parallelImpl - sequence: typeof sequenceImpl - spring: typeof springImpl + // parallel: typeof parallelImpl + // sequence: typeof sequenceImpl + // spring: typeof springImpl stagger: typeof staggerImpl subtract: typeof subtractImpl timing: typeof timingImpl From 95694c8681064c2d7302e7894ac6802cb2428ce6 Mon Sep 17 00:00:00 2001 From: Dawid Malecki Date: Mon, 3 Nov 2025 10:34:53 +0100 Subject: [PATCH 6/6] change api --- packages/react-native/ReactNativeApi.d.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/react-native/ReactNativeApi.d.ts b/packages/react-native/ReactNativeApi.d.ts index a4f510ec4221..9f672a903bec 100644 --- a/packages/react-native/ReactNativeApi.d.ts +++ b/packages/react-native/ReactNativeApi.d.ts @@ -52,9 +52,9 @@ declare const $$AnimatedImplementation: { modulo: typeof moduloImpl multiply: typeof multiplyImpl Node: typeof AnimatedNode_default - // parallel: typeof parallelImpl - // sequence: typeof sequenceImpl - // spring: typeof springImpl + parallel: typeof parallelImpl + sequence: typeof sequenceImpl + spring: typeof springImpl stagger: typeof staggerImpl subtract: typeof subtractImpl timing: typeof timingImpl @@ -6121,7 +6121,7 @@ export { Share, // e4591b32 ShareAction, // ead1004a ShareActionSheetError, // 55e4f451 - ShareActionSheetIOSOptions, // eff574f5 + ShareActionSheetIOSOptions, // eff574f8 ShareContent, // 7c627896 ShareOptions, // 800c3a4e SimpleTask, // 0e619d11