mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
docs: tweaks
This commit is contained in:
@@ -8,10 +8,10 @@ Open a Terminal in your project's folder and run:
|
||||
|
||||
<PackageManagerTabs
|
||||
command={{
|
||||
npm: 'npm install -D @testing-library/react-native',
|
||||
yarn: 'yarn add -D @testing-library/react-native',
|
||||
pnpm: 'pnpm add -D @testing-library/react-native',
|
||||
bun: 'bun add -D @testing-library/react-native',
|
||||
npm: 'npm install -D @testing-library/react-native@next',
|
||||
yarn: 'yarn add -D @testing-library/react-native@next',
|
||||
pnpm: 'pnpm add -D @testing-library/react-native@next',
|
||||
bun: 'bun add -D @testing-library/react-native@next',
|
||||
}}
|
||||
/>
|
||||
|
||||
|
||||
@@ -8,10 +8,10 @@ Open a Terminal in your project's folder and run:
|
||||
|
||||
<PackageManagerTabs
|
||||
command={{
|
||||
npm: 'npm install -D @testing-library/react-native',
|
||||
yarn: 'yarn add -D @testing-library/react-native',
|
||||
pnpm: 'pnpm add -D @testing-library/react-native',
|
||||
bun: 'bun add -D @testing-library/react-native',
|
||||
npm: 'npm install -D @testing-library/react-native@next',
|
||||
yarn: 'yarn add -D @testing-library/react-native@next',
|
||||
pnpm: 'pnpm add -D @testing-library/react-native@next',
|
||||
bun: 'bun add -D @testing-library/react-native@next',
|
||||
}}
|
||||
/>
|
||||
|
||||
|
||||
@@ -6,8 +6,7 @@ const LATEST_VERSION = '13.x';
|
||||
const PreReleaseBanner = () => (
|
||||
<div className="pre-release-banner">
|
||||
<span>
|
||||
You are viewing documentation for <strong>v14 alpha</strong>. This version is under active
|
||||
development and APIs may change.
|
||||
You are viewing documentation for <strong>v14 RC</strong>.
|
||||
</span>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user