feat(windows): support react-native-windows new architecture (maintained rebase of #3708) - #4281
Closed
tux2nicolae wants to merge 19 commits into
Closed
tux2nicolae wants to merge 19 commits into
tux2nicolae wants to merge 19 commits into
Conversation
…sn't support react-native-windows
Rebasing PR #3708 onto the current main kept main's yarn.lock, which still pinned the react-native-windows 0.64.x dependency tree. package.json now requests react-native-windows ^0.82.3, so regenerate the lockfile (yarn 4.1.1, --mode=update-lockfile) to resolve it to 0.82.8 and prune the stale transitive dependencies. Resolution is idempotent. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Author
|
It's not relevant anymore, @PHILLIPS71 updated the original one #3708 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Windows New Architecture (Fabric) support — maintained rebase of #3708
This is a rebased, maintained continuation of #3708 by Jordan Phillips (@PHILLIPS71). That PR had fallen behind
mainand could no longer merge cleanly (mergeable_state: dirty); this branch replays the exact same work on top of the currentmainso it can be reviewed and merged.Closes #3589.
🙏 Credit & provenance
All of the Windows native implementation here is Jordan's work, brought over from #3708 with the original 18 commits and their authorship preserved.
Full credit to @PHILLIPS71. 🎉