-
|
I see react native web has versions 0.16, 0.17, 0.18... Do these track with major versions of react? For example, if I'm using version 16 of react/react-dom, do I need react-native-web 0.16? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
No, there is no relationship between the version numbers of |
Beta Was this translation helpful? Give feedback.
No, there is no relationship between the version numbers of
react-native-weband those ofreactorreact-native. The peer dependency onreactandreact-domis specified in thepackage.jsonof everyreact-native-webrelease. And the "works best with..." version ofreact-nativeto use with a given release ofreact-native-webis usually included in the README