Conversation
This reverts commit 21c4d8a.
✅ Deploy Preview for module-federation-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
🦋 Changeset detectedLatest commit: 6da52c0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 43 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6da52c00b4
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| mkdir -p node_modules/@react-native | ||
| ln -sfn "$(pwd)/$PLUGIN_DIR" node_modules/@react-native/gradle-plugin | ||
|
|
||
| - name: Build metro packages |
There was a problem hiding this comment.
Restore RN gradle-plugin path setup before Android build
Removing the Ensure React Native Gradle plugin path step reintroduces a CI break in the Android E2E flow: this action is used by e2e-metro.yml for example-host, and that app’s android/settings.gradle includes ../../../node_modules/@react-native/gradle-plugin, but example-host does not declare @react-native/gradle-plugin directly (it is only a transitive dependency of react-native). With pnpm, that plugin remains under .pnpm/.../node_modules/@react-native/gradle-plugin, so without the removed symlink step the later pnpm --filter ${{ inputs.app_name }} android:release cannot resolve the included Gradle build path and the Android E2E job fails.
Useful? React with 👍 / 👎.
Android Release APK for all devicesNote: if the download link expires, please re-run the workflow to generate a new build. Generated at 2026-02-12T02:38:33.089Z UTC |
iOS Release APP for simulatorsNote: if the download link expires, please re-run the workflow to generate a new build. Generated at 2026-02-12T02:44:07.957Z UTC |
Reverts #4421