npm install react native specific version code example
Example 1: react native init specific version
react-native init projectname --version 0.60.0
Example 2: node install specific version
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash