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: add RCT_IGNORE_PODS_DEPRECATION env variable to pod install #2601

Merged
merged 1 commit into from
Feb 18, 2025

Conversation

szymonrybczak
Copy link
Collaborator

Summary

Now it's not recommended to run manually pod install, and users should invoke CLI instead, but under the hood in CLI we also execute pod install so to skip the warning we need to pass RCT_IGNORE_PODS_DEPRECATION env variable

Test Plan

  1. yarn ios should install Cocoapods without emitting warning.

Checklist

  • Documentation is up to date.
  • Follows commit message convention described in CONTRIBUTING.md.
  • For functional changes, my test plan has linked these CLI changes into a local react-native checkout (instructions).

@thymikee thymikee merged commit 45cbbfa into main Feb 18, 2025
8 checks passed
@thymikee thymikee deleted the feat/add-env-var-to-pod-install branch February 18, 2025 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants