You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. A fork and clone of the `react-native-website` repo _(for any contributions)_.
23
23
24
24
### Installation
25
25
26
26
1.`cd react-native-website` to go into the project root.
27
-
1. Run `corepack enable` to enable Corepack.
28
-
29
-
> If the command above fails, run `npm install -g corepack@latest` to install the latest version of [Corepack](https://yarnpkg.com/corepack#installation).
30
-
31
27
1. Run `yarn` to install the website's workspace dependencies.
32
-
> If you want to retain the globally installed `yarn` classic, you can use `corepack yarn` instead.
0 commit comments