microsoft / microsoft/react-native-windows

Attempt node_modules resolution in react-native-platform-override before Git resolution

Open
#7,617 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement Workstream: ES Compliance SFI
Dominant language
C++
Stars
17.3k
Forks
1.2k
Avg merge
1d 13h
Merged PRs (30d)
33

Description

react-native-platform-override relies on Git for a variety of functionality. It keeps a temp local repository with react-native-sources where it runs git commands to perform local operations.

In a significant subset of cases we will already have files present locally. Using them when available could avoid excess checkouts or unneeded clones.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the react-native-platform-override implementation that manages the temporary react-native-sources repository and runs Git commands. Trace how local files are discovered, then define completion as using available node_modules files before performing Git checkouts or clones; no test file is identified in the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
git, node.js, react-native
Domain
build-system, tooling
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.