Skip to content

Commit fd6cb49

Browse files
authored
docs: install react-test-renderer typings (#181)
1 parent f6f0a70 commit fd6cb49

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ yarn add --dev react-native-testing-library
6969

7070
This library has a peerDependencies listing for `react-test-renderer` and, of course, `react`. Make sure to install them too!
7171

72+
Note for [Flow](https://flow.org) users – you'll also need to install typings for `react-test-rednerer`:
73+
74+
```sh
75+
flow-typed install react-test-renderer
76+
```
77+
7278
As you may have noticed, it's not tied to React Native at all – you can safely use it in your React components if you feel like not interacting directly with DOM.
7379

7480
## API / Usage

0 commit comments

Comments
 (0)