Replies: 1 comment
-
Redux Toolkit by itself actually has nothing to do with React. So, it does not matter what version of React or RN you're using. The only part of RTK that relates to React at all is if you're using RTK Query's React hooks, in which case you need at least React 16.8 or greater (which came out four years ago). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm new to the RN ecosystem and I am trying to update dependencies to compatible versions with my RN version. Is there a simple way to check what versions of this library are compatible with certain versions of RN?
Thanks! :)
Beta Was this translation helpful? Give feedback.
All reactions