Skip to content

Commit 6a50608

Browse files
authored
docs: use "modern" terminology for yarn instead of actual version
Clarify Yarn version terminology and update recommendations.
1 parent 674ccc1 commit 6a50608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ This is because the example app is configured as a Yarn workspace, and there is
142142
workspaces-experimental false
143143
```
144144

145-
2. **Upgrade to Yarn 3**
145+
2. **Upgrade to Yarn Modern**
146146

147-
Yarn 1 is no longer maintained, so it's recommended to upgrade to Yarn 3. Yarn 3 works with React Native projects with the `node-modules` linker. To upgrade, consumers can follow the [official upgrade guide](https://yarnpkg.com/migration/guide).
147+
Yarn 1 (also referred to as "Yarn Classic") is no longer maintained, so it's recommended to upgrade to the latest version of Yarn. Yarn Modern works with React Native projects with the `node-modules` linker. To upgrade, consumers can follow the [official upgrade guide](https://yarnpkg.com/migration/guide).
148148

149149
It's also necessary to use `node-modules` linker. To use it, consumers can add the following to the `.yarnrc.yml` file in the root of their project:
150150

0 commit comments

Comments
 (0)