Skip to content

Commit bf600e1

Browse files
Update README.md
1 parent dab444d commit bf600e1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ yarn add --dev @testing-library/react-native
4646
npm install --save-dev @testing-library/react-native
4747
```
4848

49-
This library has a peerDependencies listing for `react-test-renderer` and, of course, `react`. Make sure to install them too!
50-
51-
> 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).
49+
This library has a `peerDependencies` listing for `react-test-renderer`. Make sure that your `react-test-renderer` version matches exactly the `react` version.
5250

5351
### Additional Jest matchers
5452

0 commit comments

Comments
 (0)