-
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
chore: renamed react-native-codegen to @react-native/codegen #34804
Conversation
@dmytrorykun has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@cortinico done. I'm not seeing the |
.circleci/verdaccio.yml
Outdated
'@react-native/codegen': | ||
access: $all | ||
publish: $all |
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.
I think we can just remove this section entierly
Let's try to rebase. If it's still not working, I'll try to look more closely into this |
6fc49c0
to
dc38a26
Compare
@cortinico done. I'm getting a "workflow awaiting approval" message - perhaps that's why CircleCI did not run? |
/rebase |
dc38a26
to
600d173
Compare
Base commit: ca1ae5c |
Hey @shivenmian, I've rebased your PR as the CI was not running. |
Base commit: ca1ae5c |
11dc296
to
8c475f7
Compare
@cortinico fixed and rebased. Should pass now once you approve the workflow / run circleci |
/rebase |
CircleCI is failing to run on this PR, not sure why. I've attempted an autorebase, let's see if this unblocks the situation |
8c475f7
to
73bd2e6
Compare
@cortinico looks like the JS loop passed. It doesn't seem like the Android / Windows loop failures are related to this, and the iOS one seems like it can't find |
@cortinico this good to go? |
Sorry I was off some days and missed this ping. Is this something you would be interested in looking into setting up for the whole React Native repo (as this would unblock a lot of other PRs like this one). |
Sure. Quick question:
By "template tests", do you mean the tests that are failing right now on this PR (i.e test_android_template_... and test_ios_template_...)? |
Hey @shivenmian, thanks for contributing. To make this work (both internally and in open-source) I need to add some changes. Could you please share if this is okay for you? |
73bd2e6
to
c6b4f69
Compare
PR build artifact for c6b4f69 is ready. |
PR build artifact for c6b4f69 is ready. |
c6b4f69
to
b9a36df
Compare
PR build artifact for b9a36df is ready. |
PR build artifact for b9a36df is ready. |
@hoxyq yep go ahead! |
b9a36df
to
d284078
Compare
PR build artifact for d284078 is ready. |
PR build artifact for d284078 is ready. |
d284078
to
720b05d
Compare
PR build artifact for 720b05d is ready. |
PR build artifact for 720b05d is ready. |
cd284fe
to
bd2a4ae
Compare
…ct-native-modules
bd2a4ae
to
512523e
Compare
@hoxyq has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
PR build artifact for 512523e is ready. |
PR build artifact for 512523e is ready. |
This pull request was successfully merged by @shivenmian in b7a85b5. When will my fix make it into a release? | Upcoming Releases |
…k#34804) Summary: Renamed react-native-codegen package to react-native/codegen and updated references, without changing the folder name; part of RFC480 (facebook#34692). Follow-up from facebook#34578 ## Changelog [General] [Changed] - Renamed react-native-codegen package to react-native/codegen and updated references <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> Pull Request resolved: facebook#34804 Reviewed By: cortinico Differential Revision: D39883584 Pulled By: hoxyq fbshipit-source-id: 0ef384b75c6edd248b31e37b8f05f64b4d39ca6f
Summary
Renamed react-native-codegen package to @react-native/codegen and updated references, without changing the folder name; part of RFC480 (#34692). Follow-up from #34578
Changelog
[General] [Changed] - Renamed react-native-codegen package to @react-native/codegen and updated references
Test Plan