File tree 2 files changed +4
-4
lines changed
website/docs/13.x-next/docs/start
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
::: warning
4
4
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 !
6
6
7
7
:::
8
8
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { PackageManagerTabs } from 'rspress/theme';
4
4
5
5
:::warning
6
6
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 !
8
8
9
9
:::
10
10
@@ -14,8 +14,8 @@ Open a Terminal in your project's folder and run:
14
14
15
15
<PackageManagerTabs
16
16
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 ' ,
19
19
}}
20
20
/>
21
21
You can’t perform that action at this time.
0 commit comments