Uh oh!
There was an error while loading. Please reload this page.
chore: renamed react-native-codegen to @react-native/codegen - #34804
chore: renamed react-native-codegen to @react-native/codegen#34804shivenmian wants to merge 5 commits into
Conversation
facebook-github-bot
commented
Sep 28, 2022
@dmytrorykun has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Uh oh!
There was an error while loading. Please reload this page.
shivenmian
commented
Sep 29, 2022
@cortinico done. I'm not seeing the |
There was a problem hiding this comment.
I think we can just remove this section entierly
cortinico
commented
Oct 3, 2022
Let's try to rebase. If it's still not working, I'll try to look more closely into this |
6fc49c0 to
dc38a26Compare@cortinico done. I'm getting a "workflow awaiting approval" message - perhaps that's why CircleCI did not run? |
cortinico
commented
Oct 4, 2022
/rebase |
dc38a26 to
600d173Compare
Base commit: ca1ae5c |
cortinico
commented
Oct 4, 2022
Hey @shivenmian, I've rebased your PR as the CI was not running. |
Base commit: ca1ae5c |
11dc296 to
8c475f7Compare@cortinico fixed and rebased. Should pass now once you approve the workflow / run circleci |
cortinico
commented
Oct 5, 2022
/rebase |
cortinico
commented
Oct 5, 2022
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
73bd2e6Compareshivenmian
commented
Oct 6, 2022
@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 |
shivenmian
commented
Oct 11, 2022
@cortinico this good to go? |
cortinico
commented
Oct 14, 2022
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). |
shivenmian
commented
Oct 17, 2022
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_...)? |
hoxyq
commented
Nov 24, 2022
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
c6b4f69Comparepull-bot
commented
Nov 25, 2022
PR build artifact for c6b4f6961daa8dbc9533abaefb06ffb90d763151 is ready. |
pull-bot
commented
Nov 25, 2022
PR build artifact for c6b4f6961daa8dbc9533abaefb06ffb90d763151 is ready. |
c6b4f69 to
b9a36dfComparepull-bot
commented
Nov 25, 2022
PR build artifact for b9a36dfd394890f51f3a1aebb720c600b1e4ac57 is ready. |
pull-bot
commented
Nov 25, 2022
PR build artifact for b9a36dfd394890f51f3a1aebb720c600b1e4ac57 is ready. |
shivenmian
commented
Nov 25, 2022
@hoxyq yep go ahead! |
b9a36df to
d284078Comparepull-bot
commented
Nov 25, 2022
PR build artifact for d2840780bdd7c781dd1599d39869d7a666fd990a is ready. |
pull-bot
commented
Nov 25, 2022
PR build artifact for d2840780bdd7c781dd1599d39869d7a666fd990a is ready. |
d284078 to
720b05dComparepull-bot
commented
Nov 26, 2022
PR build artifact for 720b05d is ready. |
pull-bot
commented
Nov 26, 2022
PR build artifact for 720b05d is ready. |
cd284fe to
bd2a4aeComparebd2a4ae to
512523eComparefacebook-github-bot
commented
Nov 26, 2022
@hoxyq has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
pull-bot
commented
Nov 26, 2022
PR build artifact for 512523e is ready. |
pull-bot
commented
Nov 26, 2022
PR build artifact for 512523e is ready. |
react-native-bot
commented
Nov 28, 2022
This pull request was successfully merged by @shivenmian in b7a85b5. When will my fix make it into a release? | Upcoming Releases |
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