Skip to content

Commit 18788a6

Browse files
committed
docs: add yarn installation to CONTRIBUTING.md
1 parent 38dcf5c commit 18788a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ yarn
1919

2020
> Since the project relies on Yarn workspaces, you cannot use [`npm`](https://github.com/npm/cli) for development.
2121
22+
> If you have `node` installed, then to install Yarn simply run `corepack enable`
23+
2224
The [example app](/example/) demonstrates usage of the library. You need to run it to test any changes you make.
2325

2426
It is configured to use the local version of the library, so any changes you make to the library's source code will be reflected in the example app. Changes to the library's JavaScript code will be reflected in the example app without a rebuild, but native code changes will require a rebuild of the example app.

0 commit comments

Comments
 (0)