File tree Expand file tree Collapse file tree
website/docs/14.x/docs/start Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ Open a Terminal in your project's folder and run:
88
99<PackageManagerTabs
1010command={{
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments