Merged
Conversation
|
Merging to
|
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
ExampleAppChangelog.txtfile with relevant changes.///).