I am trying to create a new react native project which should utilize an older version of react-native.
The result I would like would be to do something like:
specify react-native version at the time of installing
something like this
react-native init --version="react-native@0.52.0" ExampleApp