Skip to content

Commit 8c22290

Browse files
Update GettingStarted.md
1 parent bf600e1 commit 8c22290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/GettingStarted.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ yarn add --dev @testing-library/react-native
3333
npm install --save-dev @testing-library/react-native
3434
```
3535

36-
This library has a peerDependencies listing for `react-test-renderer` and, of course, `react`. Make sure to install them too!
36+
This library has a `peerDependencies` listing for `react-test-renderer`. Make sure that your `react-test-renderer` version matches exactly your `react` version.
3737

3838
:::info
3939
In order to properly use helpers for async tests (`findBy` queries and `waitFor`) you need at least React >=16.9.0 (featuring async `act`) or React Native >=0.61 (which comes with React >=16.9.0).

0 commit comments

Comments
 (0)