-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Extract Codegen code from the react_native_pods to its own file #34176
Conversation
This pull request was exported from Phabricator. Differential Revision: D37755818 |
Base commit: 191eb62 |
Base commit: bf54f1c |
scripts/cocoapods/helpers.rb
Outdated
def self.find_codegen_file(path) | ||
return `find #{path} -type f \\( -name "Native*.js" -or -name "*NativeComponent.js" \\)`.split("\n").sort() | ||
end |
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.
Hey @cipolleschi! I was wondering maybe adding TypeScript support for for local specs is a change small enough that it could be done here?
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.
Added. Thanks for the suggestion!
…book#34176) Summary: Pull Request resolved: facebook#34176 It extracts the code related to the codegen from the main `react_native_pods` script to a dedicated file, adding also tests. ## Changelog [iOS][Changed] - Move codegen in separate files Differential Revision: D37755818 fbshipit-source-id: b0dccea0228abef532c63f0f7047bfe17ec170c8
This pull request was exported from Phabricator. Differential Revision: D37755818 |
a4c9f85
to
c72b426
Compare
This pull request was successfully merged by @cipolleschi in 7d069b2. When will my fix make it into a release? | Upcoming Releases |
Summary: Pull Request resolved: #34176 It extracts the code related to the codegen from the main `react_native_pods` script to a dedicated file, adding also tests. ## Changelog [iOS][Changed] - Move codegen in separate files Reviewed By: cortinico Differential Revision: D37755818 fbshipit-source-id: 99760d1def26ddbf065fdd234e0d183c2795513c
Summary:
It extracts the code related to the codegen from the main
react_native_pods
script to a dedicated file, adding also tests.Changelog
[iOS][Changed] - Move codegen in separate files
Differential Revision: D37755818