Skip to content

How to solve the "unrecognized command run-ios" error with React Native

A quick guide to how I solved a confusing React Native error

I was starting a new React Native project and I ran the command

npx react-native run-ios

to start it.

I got an error back with this line in it:

unrecognized command "run-ios"

I could not figure this out, until I realized I was running this command in my home folder.

Instead, 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

THE VALLEY OF CODE

THE WEB DEVELOPER's MANUAL

You might be interested in those things I do:

  • Learn to code in THE VALLEY OF CODE, your your web development manual
  • Find a ton of Web Development projects to learn modern tech stacks in practice in THE VALLEY OF CODE PRO
  • I wrote 16 books for beginner software developers, DOWNLOAD THEM NOW
  • Every year I organize a hands-on cohort course coding BOOTCAMP to teach you how to build a complex, modern Web Application in practice (next edition February-March-April-May 2024)
  • Learn how to start a solopreneur business on the Internet with SOLO LAB (next edition in 2024)
  • Find me on X

Related posts that talk about react-native: