can't find react native start to run the app on ios

209 views Asked by At

After init the Demo App, I try to run on the simulator.When I open the Command-Shift-P, I can't find the react native start command. Is there any packages need to be installed? enter image description here

1

There are 1 answers

0
Ran On BEST ANSWER

Finally,I found the answer. packager was renamed to metro at some point, try 'metro start' instead

https://github.com/facebook/nuclide/issues/1392