Following the sample code listed on the launch event of Create React Native App.
Doing npm-start and immediately getting 'yarn' is not recognized as an internal or external command, operable program or batch file.
I know how to fix this of-course, but the question is it expected and is yarn a known dependency because I can't see it mentioned in the installation script ?
At the same time, the process continues but can't open the app with the QR code. It is just stuck :(
Following the sample code listed on the launch event of Create React Native App.
Doing
npm-startand immediately getting'yarn' is not recognized as an internal or external command, operable program or batch file.I know how to fix this of-course, but the question is it expected and is
yarna known dependency because I can't see it mentioned in the installation script ?At the same time, the process continues but can't open the app with the QR code. It is just stuck :(