Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/danger-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/ReactNativeApi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6121,7 +6121,7 @@ export {
Share, // e4591b32
ShareAction, // ead1004a
ShareActionSheetError, // 55e4f451
ShareActionSheetIOSOptions, // eff574f5
ShareActionSheetIOSOptions, // eff574f8
ShareContent, // 7c627896
ShareOptions, // 800c3a4e
SimpleTask, // 0e619d11
Expand Down
3 changes: 3 additions & 0 deletions private/react-native-bots/dangerfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down
Loading