-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Remove deprecated RCTBundleURLProvider options #42114
Conversation
Base commit: f1a7f08 |
packages/rn-tester/Podfile.lock
Outdated
|
||
PODFILE CHECKSUM: 5afcf37691103b83159fb73be088b7cadc67af7b | ||
|
||
COCOAPODS: 1.13.0 | ||
COCOAPODS: 1.14.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you accidentally upgraded CocoaPods version to use?
cc @cipolleschi - should we stick with 1.13.0?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, we should revert the Podfile.lock, @Saadnajmi
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure. Related, I can make a separate PR to update?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, because AFAIR, Cocoapods 1.14 only works with Ruby 3, and we still need to support Ruby 2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed, but also, looks like 1.14.3 does support Ruby 2: https://github.com/CocoaPods/CocoaPods/releases/tag/1.14.3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uh, thanks for reporting! I think we can doing it for RNTester, but I won't do it for the template as this will force a non required migration to the whole ecosystem. WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense, I can do that later. I don't think 1.14 has anything I need (visionOS is in 1.13 I believe).
/rebase - this should rebase on top of main |
Could you rebase on top of main? The automatic rebase failed... :( |
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Hi @Saadnajmi, heads up that I need to work on this PR internally, as there are parts of the internal codebase that are still using the deprecated methods. It will take a few days to land properly. |
@cipolleschi merged this pull request in 016bb24. |
Summary: facebook@f7219ec deprecated some of the methods in `RCTBundleURLProvider, and is part of React Native version 0.73. Let's remove the deprecated options for React Native 0.74+ bypass-github-export-checks ## Changelog: [IOS] [REMOVED] - Remove deprecated RCTBundleURLProvider options Pull Request resolved: facebook#42114 Test Plan: CI should pass. Reviewed By: huntie Differential Revision: D52537732 Pulled By: cipolleschi fbshipit-source-id: ea5d17c7c66a60bceb2a12f2e17e39be4c56d422
Summary:
f7219ec deprecated some of the methods in `RCTBundleURLProvider, and is part of React Native version 0.73. Let's remove the deprecated options for React Native 0.74+
Changelog:
[IOS] [REMOVED] - Remove deprecated RCTBundleURLProvider options
Test Plan:
CI should pass.