Skip to content

Commit

Permalink
docs: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Nov 21, 2024
1 parent 6bdc86b commit 393d84c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion website/docs/13.x-next/docs/start/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

:::warning

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

:::

Expand Down
6 changes: 3 additions & 3 deletions website/docs/13.x-next/docs/start/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { PackageManagerTabs } from 'rspress/theme';

:::warning

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

:::

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

<PackageManagerTabs
command={{
yarn: 'yarn add -D @testing-library/react-native@alpha',
npm: 'npm install -D @testing-library/react-native@alpha',
yarn: 'yarn add -D @testing-library/react-native@beta',
npm: 'npm install -D @testing-library/react-native@beta',
}}
/>

Expand Down

0 comments on commit 393d84c

Please sign in to comment.