-
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
[iOS] Remove RCTGetMultiplierForContentSizeCategory #39617
Conversation
Yeah the concern would be public API being visible to unknown apps. What's the proper deprecation steps look like and how we enforce it? @cipolleschi |
Yeah, it seems like we are not even using this internally.
|
To be clear, deprecate in 0.73 and remove in 0.74? |
@ryancat has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Deprecation done here: #39643, I'll revisit this PR post 0.73. |
Summary: Per #39617 (comment) , let's deprecate this method first. bypass-github-export-checks ## Changelog: [IOS] [DEPRECATED] - Deprecate RCTGetMultiplierForContentSizeCategory Pull Request resolved: #39643 Test Plan: CI should pass Reviewed By: dmytrorykun Differential Revision: D49637172 Pulled By: cipolleschi fbshipit-source-id: 20dc70c737ef51efd5a5aa38832fb47b5d49e641
Now that #39785 merged, can we revisit this? |
yeah... branch has been cut and the other commit is in the cherry pick list. |
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@cipolleschi merged this pull request in 6a2c245. |
Summary:
It seems this method is not referenced by anything anymore. I think #35017 made it redundant. Let's remove it?
I can also do the whole "Deprecate for one version, remove in the next" since this was publicly exported.
Changelog:
[iOS] [REMOVED] - Remove RCTGetMultiplierForContentSizeCategory
Test Plan:
CI should pass