Skip to content

Commit

Permalink
remove findSymlinkedModules
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Mar 10, 2020
1 parent d035234 commit 19aa05c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 468 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ react-native init --version ${RN_VERSION}
npm config set registry https://registry.npmjs.org/
```

## Running `start` command

In order for linked dependencies to work correctly when running `start` locally, set `--watchFolders` with a path to the root folder of the CLI project:

```
node path/to/cli/packages/cli/build/bin.js start --watchFolders path/to/cli
```

## Running CLI with React Native from the source

First make sure you have RN repo checked out and CLI repo checked out and built. Then you can start a new RN project with local version of CLI and RN without publishing or proxy:
Expand Down
354 changes: 0 additions & 354 deletions packages/cli/src/tools/__tests__/findSymlinkedModules-test.js

This file was deleted.

Loading

0 comments on commit 19aa05c

Please sign in to comment.