Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(react-native): run pod commands with bundler #19727

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

ste7en
Copy link
Contributor

@ste7en ste7en commented Oct 19, 2023

closed #19698

Current Behavior

pod install command is run with the local installed version of cocoapods. This could lead to dependency misalignment or inconsistencies.

Expected Behavior

Allow the possibility to handle the cocoapods version by Gem and run the pod install command with bundle exec to ensure everyone in a team use the same package versions.

Related Issue(s)

Fixes #19698

@ste7en ste7en requested review from a team as code owners October 19, 2023 09:14
@vercel
Copy link

vercel bot commented Oct 19, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview Oct 19, 2023 8:51pm

closed nrwl#19698

Signed-off-by: Stefano Formicola <stefano.formicola@cloudacademy.com>
@xiongemi xiongemi merged commit 1f903ed into nrwl:master Oct 24, 2023
6 checks passed
@github-actions
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@nx/react-native:pod-install cannot be run with bundler
2 participants