React Native init specific version

Solution 1:

This should do the trick:

$ react-native init newproject --version X.XX.X

Solution 2:

$ react-native init projectname --version 0.56.0 

please check this guide https://reactnative.dev/docs/environment-setup enter image description here