How can I check for each version of react-native to which versions of react is it compatible with?
I could not find that information in the official docs.
The best I could do is to open package.json in node_modules/react-native and check the peerDependencies section.
Thanks