Friday, May 14, 2021

How to Fix Unrecognized command start React Native Error

This tutorial explains How to Fix Unrecognized command start React Native Error. Recently when I executed the react-native start command on the terminal I got the following error.

How to Fix Unrecognized command start React Native Error


error Unrecognized command "start".
info Run "react-native --help" to see a list of all available commands.


Solution :

This needs to be run from inside the project’s folder. cd into the React Native project, and this error should go away and your React Native app should start successfully.


Finally execute npx react-native start command from the project folder and not from the root.


Thank you for reading this article, and if you have any problem, have a another better useful solution about this article, please write message in the comment section.

No comments:

Post a Comment