Skip to content

Comments

updated packages#1511

Merged
ygit merged 9 commits intomainfrom
update_sdk
Oct 28, 2025
Merged

updated packages#1511
ygit merged 9 commits intomainfrom
update_sdk

Conversation

@ygit
Copy link
Member

@ygit ygit commented Oct 27, 2025

Description

Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.

List which issues are fixed by this PR. You must list at least one issue.


Additional context

Pre-launch Checklist

  • The Documentation is updated accordingly, or this PR doesn't require it.
  • I have updated the ExampleAppChangelog.txt file with relevant changes.
  • I updated/added relevant documentation (doc comments with ///).
  • I listed at least one issue that this PR fixes in the description above.
  • I added new tests to check the change I am making, or this PR is test-exempt.
  • All existing and new tests are passing.

@trunk-io
Copy link

trunk-io bot commented Oct 27, 2025

Merging to main in this repository is managed by Trunk.

  • To merge this pull request, check the box to the left or comment /trunk merge below.

ygit and others added 8 commits October 28, 2025 02:16
Previously package-lock.json was pointing to a local file path
(../../../../react-native-video-plugin) which doesn't exist in CI.
This caused Android builds to fail with "No variants exist" error.

Now it correctly resolves from npm registry since video-plugin 1.1.0
has been published to npm.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Since autolinking is manually disabled in RN 0.77.3 monorepo setup
(settings.gradle lines 9-12), we need to also disable the autolinking
Gradle tasks to prevent the build from failing when looking for the
autolinking.json file.

This fixes the error:
"property 'autolinkInputFile' specifies file 'autolinking.json'
which doesn't exist"

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
The react-native-video-plugin is no longer a package in this monorepo.
It's now consumed as a published npm package (@100mslive/react-native-video-plugin).

This was causing Android builds to fail with:
  Failed to construct transformer: Error: ENOENT: no such file or directory,
  stat '/home/runner/work/100ms-react-native/react-native-video-plugin'

Removed:
- Incorrect watchFolders path (../../../../react-native-video-plugin)
- Unnecessary blockList entry for video-plugin node_modules

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@ygit ygit merged commit 4d2db23 into main Oct 28, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant