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:
rninit is a replacement for react-native init
that allows you to specify a particular version of react-native to use.
Install rninit
globally:
npm install -g rninit
Specify which version of react-native to use:
rninit init [Project Name] --source react-native@0.14.2
Thanks to @vanson-wing-leung for pointing me to rninit