You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library has a peerDependencies listing for `react-test-renderer` and, of course, `react`. Make sure to install them too!
71
71
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
+
72
78
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.
0 commit comments