Skip to content

Commit 393d84c

Browse files
committed
docs: tweaks
1 parent 6bdc86b commit 393d84c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

website/docs/13.x-next/docs/start/intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
:::warning
44

5-
This guide is for version 13.x of React Native Testing Library which is currently in alpha!
5+
This guide is for version 13.x of React Native Testing Library which is currently in beta!
66

77
:::
88

website/docs/13.x-next/docs/start/quick-start.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { PackageManagerTabs } from 'rspress/theme';
44

55
:::warning
66

7-
This guide is for version 13.x of React Native Testing Library which is currently in alpha!
7+
This guide is for version 13.x of React Native Testing Library which is currently in beta!
88

99
:::
1010

@@ -14,8 +14,8 @@ Open a Terminal in your project's folder and run:
1414

1515
<PackageManagerTabs
1616
command={{
17-
yarn: 'yarn add -D @testing-library/react-native@alpha',
18-
npm: 'npm install -D @testing-library/react-native@alpha',
17+
yarn: 'yarn add -D @testing-library/react-native@beta',
18+
npm: 'npm install -D @testing-library/react-native@beta',
1919
}}
2020
/>
2121

0 commit comments

Comments
 (0)