How do I install a previous version of React Native?
React Native CLI
Read moreHow do I downgrade React Native?
How to properly downgrade react-native version
Read moreHow do you install a specific version of react native?
You could use the initialized project, delete the node_modules, then go into the package. json file and specify the version you want, and run npm insall again .
Read moreHow do I downgrade react navigation?
A simple way to do it would be to uninstall the current react-navigation dependencies you have by running npm uninstall react-navigation . That should remove it from your package. json and package-lock. json .
Read moreHow do I change react native version?
React Native CLI
Read more