There is a new parameter in react-native init that allows just this. Try:
react-native init --version="react-native@0.36.0" MyNewApp
Here my source. I have successfully tested it with react-native-cli 2.0.1.
There is a new parameter in react-native init that allows just this. Try:
react-native init --version="react-native@0.36.0" MyNewApp
Here my source. I have successfully tested it with react-native-cli 2.0.1.