Closed KartikShankhavaram closed 11 months ago
CC @cortinico
The docs should be update to invoke npx react-native@latest init
instead
This command is meant to create a project with an older RN version in order to showcase how to upgrade to the "latest" RN version, so react-native@latest
does not make sense for it.
The current command causes ruby errors when run as-is, but according to this example, the call should be
npx react-native@X.XX.X init AwesomeApp --version X.XX.X