Skip to content

Commit 46fe2a3

Browse files
committed
docs: use stable v14 install command
1 parent 687d7bf commit 46fe2a3

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/guides/quick-start.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Open a Terminal in your project's folder and run:
88

99
<PackageManagerTabs
1010
command={{
11-
npm: 'npm install -D @testing-library/react-native@next',
12-
yarn: 'yarn add -D @testing-library/react-native@next',
13-
pnpm: 'pnpm add -D @testing-library/react-native@next',
14-
bun: 'bun add -D @testing-library/react-native@next',
11+
npm: 'npm install -D @testing-library/react-native',
12+
yarn: 'yarn add -D @testing-library/react-native',
13+
pnpm: 'pnpm add -D @testing-library/react-native',
14+
bun: 'bun add -D @testing-library/react-native',
1515
}}
1616
/>
1717

website/docs/14.x/docs/start/quick-start.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Open a Terminal in your project's folder and run:
88

99
<PackageManagerTabs
1010
command={{
11-
npm: 'npm install -D @testing-library/react-native@next',
12-
yarn: 'yarn add -D @testing-library/react-native@next',
13-
pnpm: 'pnpm add -D @testing-library/react-native@next',
14-
bun: 'bun add -D @testing-library/react-native@next',
11+
npm: 'npm install -D @testing-library/react-native',
12+
yarn: 'yarn add -D @testing-library/react-native',
13+
pnpm: 'pnpm add -D @testing-library/react-native',
14+
bun: 'bun add -D @testing-library/react-native',
1515
}}
1616
/>
1717

0 commit comments

Comments
 (0)