-
-
Notifications
You must be signed in to change notification settings - Fork 518
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
chore: remove unused code in podspec #2241
Conversation
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.
That's good! Have you tested if project with RN 0.71 installed works correctly on Paper/Fabric with this change?
Nope |
Let me check that |
Everything seems to work fine there! I think we can proceed. |
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.
Yeah, the code changes do look ok. If we're good down to 0.71 (or even 0.72, as that will be the last version we support with release of 0.75) then we're good here.
Thanks
## Description Since we support RN from 0.71, and `install_modules_dependencies` is already available there, we can remove the unused code.
Description
Since we support RN from 0.71, and
install_modules_dependencies
is already available there, we can remove the unused code.